We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b334de7 commit e930eaeCopy full SHA for e930eae
1 file changed
dot_files/fish/config.fish
@@ -11,18 +11,10 @@ if status is-interactive
11
set -gx STARSHIP_CONFIG /usr/share/hypercube/config/starship/starship.toml
12
starship init fish | source
13
14
- # Env Variables
15
- set -gx GOOGLE_CLOUD_PROJECT ibexio-src
16
-
17
# Path
18
fish_add_path $HOME/.local/bin
19
fish_add_path $HOME/.npm-packages/bin
20
fish_add_path $HOME/.cargo/bin
21
- fish_add_path $HOME/Code/flutter/bin
22
fish_add_path $HOME/go/bin
23
24
end
25
26
-### bling.fish source start
27
-test -f /usr/share/ublue-os/bluefin-cli/bling.fish && source /usr/share/ublue-os/bluefin-cli/bling.fish
28
-### bling.fish source end
0 commit comments