File tree 2 files changed +8
-16
lines changed
2 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 1
1
. " $HOME /.cargo/env"
2
- # Path to spicetify
3
- . " $HOME /.spicetify"
4
- # Path to terminal
5
- . " $HOME /.local/share/alacritty"
6
- # Path to clangd
7
- . " $HOME /.local/share/clangd_15.0.3/bin"
8
- # Local Binaries Directory
9
- . " $HOME /.local/bin"
Original file line number Diff line number Diff line change @@ -118,13 +118,13 @@ export NVM_DIR="$HOME/.nvm"
118
118
[[ ! -f ~ /.p10k.zsh ]] || source ~ /.p10k.zsh
119
119
# Path to Haskell config
120
120
[ -f " /home/clxxiii/.ghcup/env" ] && source " /home/clxxiii/.ghcup/env" # ghcup-env
121
- # # Path to spicetify
122
- # export PATH=$PATH:/home/clxxiii/.spicetify
123
- # # Path to terminal
124
- # export PATH=$PATH:/home/clxxiii/.local/share/alacritty
125
- # # Path to clangd
126
- # export PATH=$PATH:/home/clxxiii/.local/share/clangd_15.0.3/bin
127
- # # Local Binaries Directory
128
- # export PATH=$PATH:~/.local/bin
121
+ # Path to spicetify
122
+ export PATH=$PATH :/home/clxxiii/.spicetify
123
+ # Path to terminal
124
+ export PATH=$PATH :/home/clxxiii/.local/share/alacritty
125
+ # Path to clangd
126
+ export PATH=$PATH :/home/clxxiii/.local/share/clangd_15.0.3/bin
127
+ # Local Binaries Directory
128
+ export PATH=$PATH :~ /.local/bin
129
129
# Default language in nap
130
130
export NAP_DEFAULT_LANGUAGE=" js"
You can’t perform that action at this time.
0 commit comments