Update 1 file: .zshrc
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# This is where 90% of your customization belongs.
|
||||
|
||||
[[ -d "$HOME/Scripts" ]] && path+=("$HOME/Scripts")
|
||||
[[ -d "$HOME/.local/bin" ]] && path+=("$HOME/.local/bin")
|
||||
[[ -d "$HOME/.local/bin" ]] && path=("$HOME/.local/bin" $path)
|
||||
[[ -d "$HOME/AppImages" ]] && path+=("$HOME/AppImages")
|
||||
[[ -d "$HOME/.opencode/bin" ]] && path+=("$HOME/.opencode/bin")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user