this repo has no description

some zsh changes

Changed files
+5 -1
+5 -1
.zshrc
··· 1 1 # If you come from bash you might have to change your $PATH. 2 2 # export PATH=$HOME/bin:/usr/local/bin:$PATH 3 3 4 + export EDITOR=nvim 5 + 4 6 export PATH=$PATH:/home/hailey/go/bin 5 7 6 8 export ZSH="$HOME/.oh-my-zsh" 7 9 8 - ZSH_THEME="Soliah" 10 + ZSH_THEME="gnzh" 9 11 10 12 plugins=( 11 13 git ··· 71 73 alias pubip='curl ipv4.icanhazip.com' 72 74 73 75 alias lsl='ls -l' 76 + 77 + alias geoip='uv run --project /home/hailey/bsky/ipres /home/hailey/bsky/ipres/main.py' 74 78 75 79 source /usr/share/nvm/init-nvm.sh 76 80 source /etc/profile.d/google-cloud-cli.sh