...
This commit is contained in:
parent
45326678db
commit
483c2d6706
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,10 @@ source-if-exist() {
|
|||
done
|
||||
}
|
||||
|
||||
f() {
|
||||
fish
|
||||
}
|
||||
|
||||
if test "$OS" != "Windows_NT" ; then
|
||||
PATH="$HOME/exe:$HOME/.local/bin:$PATH"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue