Replace '/home/coolneng' with $HOME or ~

This commit is contained in:
2019-11-20 16:48:30 +01:00
parent b91036d6ae
commit 00f3b21d90
3 changed files with 12 additions and 9 deletions

View File

@@ -54,4 +54,4 @@ urxvtd -q -f -o &
(sleep 9; ~/.tmux/plugins/tpm/bin/update_plugins all) &
## Syncthing
(sleep 10; syncthing -no-browser -home="/home/coolneng/.config/syncthing")
(sleep 10; syncthing -no-browser -home="$HOME/.config/syncthing")