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