Changing Location

This commit is contained in:
MangoPig 2025-12-05 19:49:08 +00:00
parent 28027b31ab
commit 3ba98e21ad
2 changed files with 6 additions and 6 deletions

10
.zshrc
View File

@ -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"

View File

@ -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