feat: add support for host-spawn
This commit is contained in:
@@ -9,10 +9,12 @@ export EDITOR=nvim \
|
||||
WAYLAND_DISPLAY=wayland-0 \
|
||||
XDG_RUNTIME_DIR=/run/user/1000 \
|
||||
SSH_AUTH_SOCK=/run/user/1000/ssh-auth-sock \
|
||||
DBUS_SESSION_BUS_ADDRESS="unix:path=/tmp/bus" \
|
||||
PS1='\[\e[30;46m\] container | \w \[\e[0;36m\]\[\e[m\] '
|
||||
|
||||
# === aliases and functions ===
|
||||
alias vi=nvim
|
||||
post() { curl -sF "content=<-" "https://paste.plabble.org/$2?lang=$1" && echo; }
|
||||
|
||||
eval "$(zoxide init --cmd cd bash)"
|
||||
eval "$(fzf --bash)"
|
||||
|
||||
2
config/bin/host
Executable file
2
config/bin/host
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
host-spawn -cwd "${PWD/#$HOME/$HOST_HOME}" "$@"
|
||||
1
config/bin/podman
Symbolic link
1
config/bin/podman
Symbolic link
@@ -0,0 +1 @@
|
||||
host
|
||||
1
config/bin/xdg-open
Symbolic link
1
config/bin/xdg-open
Symbolic link
@@ -0,0 +1 @@
|
||||
host
|
||||
Reference in New Issue
Block a user