Add scripts and include them in the path
This commit is contained in:
@@ -35,6 +35,7 @@ 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
|
||||
|
||||
# fff
|
||||
## Directory color [0-9]
|
||||
@@ -45,3 +46,8 @@ set -x FFF_FAV1 /home/coolneng/Nextcloud/Documents/Archive-uni/Second\ year/
|
||||
set -x FFF_FAV2 /home/coolneng/Nextcloud/Documents/Papers
|
||||
set -x FFF_FAV3 /home/coolneng/Nextcloud/Documents/Books/Academic/
|
||||
set -x FFF_FAV4 /home/coolneng/Nextcloud/Documents/Extracurricular/
|
||||
|
||||
# Gnome Keyring
|
||||
if test -n "$DESKTOP_SESSION"
|
||||
set (gnome-keyring-daemon --start | string split "=")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user