Update
This commit is contained in:
parent
35abeb58fc
commit
bd51dfa80d
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue