This commit is contained in:
mokou 2020-12-01 12:34:55 +01:00
parent 35abeb58fc
commit bd51dfa80d

View file

@ -1,3 +1,6 @@
# Start display manager if on a tty
[ $XDG_VTNR -le 2 ] && tbsm
# Convenience function for only setting PATH if the specified directory exists
function setpath
test -e $argv[1]; and set PATH $argv[1] $PATH
@ -31,6 +34,7 @@ setpath /snap/bin
setpath ~/.emacs.d/bin
setpath ~/Library/Python/3.7/bin
setpath /opt/texlive/2019/bin/x86_64-linux
setpath ~/.radicle/bin
# Source private stuff
source ~/.config/fish/private.fish