Replace '/home/coolneng' with $HOME or ~
This commit is contained in:
parent
b91036d6ae
commit
00f3b21d90
|
@ -35,16 +35,19 @@ set -x CXX /usr/bin/clang++
|
||||||
|
|
||||||
# Additional paths
|
# 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 /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/.local/bin
|
||||||
set PATH $PATH /home/coolneng/.scripts
|
set PATH $PATH /$HOME/.scripts
|
||||||
set PATH $PATH /home/coolneng/Projects/Go/bin
|
set PATH $PATH /$HOME/Projects/Go/bin
|
||||||
|
|
||||||
|
# Go workspace
|
||||||
|
set -x GOPATH /$HOME/Projects/Go/
|
||||||
|
|
||||||
# fff
|
# fff
|
||||||
## Directory color [0-9]
|
## Directory color [0-9]
|
||||||
set -x FFF_COL1 3
|
set -x FFF_COL1 3
|
||||||
set -x FFF_COL2 8
|
set -x FFF_COL2 8
|
||||||
## Favourites (keys 1-9) (dir or file)
|
## Favourites (keys 1-9) (dir or file)
|
||||||
set -x FFF_FAV1 /home/coolneng/Sync/Documents/Uni
|
set -x FFF_FAV1 /$HOME/Sync/Documents/Uni
|
||||||
set -x FFF_FAV2 /home/coolneng/Sync/Documents/Papers
|
set -x FFF_FAV2 /$HOME/Sync/Documents/Papers
|
||||||
set -x FFF_FAV3 /home/coolneng/Sync/Documents/Books/Academic/
|
set -x FFF_FAV3 /$HOME/Sync/Documents/Books/Academic/
|
||||||
set -x FFF_FAV4 /home/coolneng/Sync/Documents/Education/
|
set -x FFF_FAV4 /$HOME/Sync/Documents/Education/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# mpd
|
# mpd
|
||||||
mpd_host = "/home/coolneng/.config/mpd/socket"
|
mpd_host = "~/.config/mpd/socket"
|
||||||
mpd_music_dir = "~/Music"
|
mpd_music_dir = "~/Music"
|
||||||
|
|
||||||
## Selected tracks ##
|
## Selected tracks ##
|
||||||
|
|
|
@ -54,4 +54,4 @@ urxvtd -q -f -o &
|
||||||
(sleep 9; ~/.tmux/plugins/tpm/bin/update_plugins all) &
|
(sleep 9; ~/.tmux/plugins/tpm/bin/update_plugins all) &
|
||||||
|
|
||||||
## Syncthing
|
## Syncthing
|
||||||
(sleep 10; syncthing -no-browser -home="/home/coolneng/.config/syncthing")
|
(sleep 10; syncthing -no-browser -home="$HOME/.config/syncthing")
|
||||||
|
|
Loading…
Reference in New Issue