Skip to content

Commit f5632a4

Browse files
committed
put path back in zshrc
1 parent 6ce9d20 commit f5632a4

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

.zshenv

-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
11
. "$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"

.zshrc

+8-8
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,13 @@ export NVM_DIR="$HOME/.nvm"
118118
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
119119
# Path to Haskell config
120120
[ -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
129129
# Default language in nap
130130
export NAP_DEFAULT_LANGUAGE="js"

0 commit comments

Comments
 (0)