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 :: "
|
PROMPT="%B%~%b :: "
|
||||||
RPROMPT="%n@%m"
|
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
|
# Programming Languages Root
|
||||||
export PROG_DIR="$HOME/.programming"
|
export PROG_DIR="$HOME/.programming"
|
||||||
|
|
||||||
@ -53,11 +58,6 @@ eval "$(zoxide init --cmd cd zsh)"
|
|||||||
[ -f ~/.zsh_aliases ] && source ~/.zsh_aliases
|
[ -f ~/.zsh_aliases ] && source ~/.zsh_aliases
|
||||||
[ -f ~/.zsh_secrets ] && source ~/.zsh_secrets
|
[ -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
|
# Add to PATH
|
||||||
export PATH="$HOME/.local/bin:$CARGO_HOME/bin:$PATH"
|
export PATH="$HOME/.local/bin:$CARGO_HOME/bin:$PATH"
|
||||||
export PATH="$GOPATH/bin:$PATH"
|
export PATH="$GOPATH/bin:$PATH"
|
||||||
@ -78,7 +78,7 @@ for pkg in "${PACKAGES[@]}"; do
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [ "$OS" == "arch" ] || [ "$OS" == "manjaro" ]; then
|
if [ "$OS" == "arch" ] || [ "$OS" == "manjaro" ]; then
|
||||||
FINAL_LIST="$FINAL_LIST eza"
|
FINAL_LIST="$FINAL_LIST"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$OS" == "ubuntu" ] || [ "$OS" == "debian" ]; then
|
if [ "$OS" == "ubuntu" ] || [ "$OS" == "debian" ]; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user