Update yet again

This commit is contained in:
mokou 2020-12-01 16:46:09 +01:00
parent bd51dfa80d
commit 7c43f9a2f5

View file

@ -1,6 +1,3 @@
# Start display manager if on a tty
[ $XDG_VTNR -le 2 ] && tbsm
# Convenience function for only setting PATH if the specified directory exists # Convenience function for only setting PATH if the specified directory exists
function setpath function setpath
test -e $argv[1]; and set PATH $argv[1] $PATH test -e $argv[1]; and set PATH $argv[1] $PATH