nvim auto-formatting
This commit is contained in:
parent
da84da237b
commit
846097a632
|
@ -8,10 +8,11 @@ fi
|
||||||
if [ -e "$HOME/.spool/ssh-agent.env "]; then
|
if [ -e "$HOME/.spool/ssh-agent.env "]; then
|
||||||
rm "$HOME/.spool/ssh-agent.env"
|
rm "$HOME/.spool/ssh-agent.env"
|
||||||
fi
|
fi
|
||||||
if [[ "`pgrep ssh-agent`" ]]; then
|
if [[ "$(pgrep ssh-agent)" ]]; then
|
||||||
pkill ssh-agent
|
pkill ssh-agent
|
||||||
fi
|
fi
|
||||||
. "$HOME/scripts/ssh-agent.sh"
|
. "$HOME/scripts/ssh-agent.sh"
|
||||||
|
|
||||||
# Static/predictable Sway socket
|
# Static/predictable Sway socket
|
||||||
export SWAYSOCK="`sway --get-socketpath`"
|
export SWAYSOCK="$HOME/.spool/sway-ipc.sock"
|
||||||
|
#export SWAYSOCK="`sway --get-socketpath`"
|
||||||
|
|
Loading…
Reference in New Issue