Changing Location
This commit is contained in:
parent
28027b31ab
commit
3ba98e21ad
10
.zshrc
10
.zshrc
@ -6,6 +6,11 @@ export ZSH="$HOME/.oh-my-zsh"
|
||||
PROMPT="%B%~%b :: "
|
||||
RPROMPT="%n@%m"
|
||||
|
||||
# Plugins
|
||||
plugins=(git zsh-syntax-highlighting zsh-autosuggestions sudo rclone rust nvm golang conda pyenv)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Programming Languages Root
|
||||
export PROG_DIR="$HOME/.programming"
|
||||
|
||||
@ -53,11 +58,6 @@ eval "$(zoxide init --cmd cd zsh)"
|
||||
[ -f ~/.zsh_aliases ] && source ~/.zsh_aliases
|
||||
[ -f ~/.zsh_secrets ] && source ~/.zsh_secrets
|
||||
|
||||
# Plugins
|
||||
plugins=(git zsh-syntax-highlighting zsh-autosuggestions sudo rclone rust nvm golang conda pyenv)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Add to PATH
|
||||
export PATH="$HOME/.local/bin:$CARGO_HOME/bin:$PATH"
|
||||
export PATH="$GOPATH/bin:$PATH"
|
||||
@ -78,7 +78,7 @@ for pkg in "${PACKAGES[@]}"; do
|
||||
done
|
||||
|
||||
if [ "$OS" == "arch" ] || [ "$OS" == "manjaro" ]; then
|
||||
FINAL_LIST="$FINAL_LIST eza"
|
||||
FINAL_LIST="$FINAL_LIST"
|
||||
fi
|
||||
|
||||
if [ "$OS" == "ubuntu" ] || [ "$OS" == "debian" ]; then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user