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

This commit is contained in:
coolneng 2019-11-20 16:48:30 +01:00
parent b91036d6ae
commit 00f3b21d90
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
3 changed files with 12 additions and 9 deletions

View File

@ -35,16 +35,19 @@ set -x CXX /usr/bin/clang++
# Additional paths
set PATH /opt/texlive/2019/bin/x86_64-linux/ /bin /usr/bin /usr/local/bin /usr/local/sbin /usr/sbin /sbin
set PATH $PATH /home/coolneng/.local/bin
set PATH $PATH /home/coolneng/.scripts
set PATH $PATH /home/coolneng/Projects/Go/bin
set PATH $PATH /$HOME/.local/bin
set PATH $PATH /$HOME/.scripts
set PATH $PATH /$HOME/Projects/Go/bin
# Go workspace
set -x GOPATH /$HOME/Projects/Go/
# fff
## Directory color [0-9]
set -x FFF_COL1 3
set -x FFF_COL2 8
## Favourites (keys 1-9) (dir or file)
set -x FFF_FAV1 /home/coolneng/Sync/Documents/Uni
set -x FFF_FAV2 /home/coolneng/Sync/Documents/Papers
set -x FFF_FAV3 /home/coolneng/Sync/Documents/Books/Academic/
set -x FFF_FAV4 /home/coolneng/Sync/Documents/Education/
set -x FFF_FAV1 /$HOME/Sync/Documents/Uni
set -x FFF_FAV2 /$HOME/Sync/Documents/Papers
set -x FFF_FAV3 /$HOME/Sync/Documents/Books/Academic/
set -x FFF_FAV4 /$HOME/Sync/Documents/Education/

View File

@ -1,5 +1,5 @@
# mpd
mpd_host = "/home/coolneng/.config/mpd/socket"
mpd_host = "~/.config/mpd/socket"
mpd_music_dir = "~/Music"
## Selected tracks ##

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")