This commit is contained in:
Niccolo Borgioli
2021-11-05 17:33:48 +01:00
parent 4fef43437d
commit 612cb17f9a
4 changed files with 41 additions and 10 deletions

View File

@@ -10,3 +10,7 @@ export PATH="$PATH:$GOPATH/bin:$GOROOT/bin:$HOME/.cargo/bin"
# The next line updates PATH for the Google Cloud SDK.
if [ -f '$HOME/Desktop/google-cloud-sdk/path.fish.inc' ]; . '$HOME/Desktop/google-cloud-sdk/path.fish.inc'; end
# tabtab source for packages
# uninstall by removing these lines
[ -f ~/.config/tabtab/fish/__tabtab.fish ]; and . ~/.config/tabtab/fish/__tabtab.fish; or true