diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -13,7 +13,7 @@ export XDG_CURRENT_DESKTOP=bspwm | |||
13 | # load a random theme each time oh-my-zsh is loaded, in which case, | 13 | # load a random theme each time oh-my-zsh is loaded, in which case, |
14 | # to know which specific one was loaded, run: echo $RANDOM_THEME | 14 | # to know which specific one was loaded, run: echo $RANDOM_THEME |
15 | # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | 15 | # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes |
16 | ZSH_THEME="jaischeema" | 16 | ZSH_THEME="theunraveler" |
17 | 17 | ||
18 | # Set list of themes to pick from when loading at random | 18 | # Set list of themes to pick from when loading at random |
19 | # Setting this variable when ZSH_THEME=random will cause zsh to load | 19 | # Setting this variable when ZSH_THEME=random will cause zsh to load |
@@ -73,7 +73,7 @@ ZSH_THEME="jaischeema" | |||
73 | # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ | 73 | # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ |
74 | # Example format: plugins=(rails git textmate ruby lighthouse) | 74 | # Example format: plugins=(rails git textmate ruby lighthouse) |
75 | # Add wisely, as too many plugins slow down shell startup. | 75 | # Add wisely, as too many plugins slow down shell startup. |
76 | plugins=(git sudo archlinux extract python common-aliases autojump fzf) | 76 | plugins=(git sudo extract python common-aliases autojump) |
77 | 77 | ||
78 | source $ZSH/oh-my-zsh.sh | 78 | source $ZSH/oh-my-zsh.sh |
79 | 79 | ||
@@ -106,15 +106,17 @@ alias key="vim $HOME/.config/sxhkd/sxhkdrc" | |||
106 | alias wm="vim ~/.config/bspwm/bspwmrc" | 106 | alias wm="vim ~/.config/bspwm/bspwmrc" |
107 | alias f="ranger" | 107 | alias f="ranger" |
108 | alias bb="cat /proc/acpi/bbswitch" | 108 | alias bb="cat /proc/acpi/bbswitch" |
109 | alias nu="nmcli connection up " | 109 | alias nu="sudo nmcli connection up " |
110 | alias nt="nmtui-connect" | 110 | alias nt="sudo nmtui-connect" |
111 | alias nd="nmcli connection down " | 111 | alias nd="sudo nmcli connection down " |
112 | alias xi="sudo xbps-install -S " | ||
113 | alias xu="sudo xbps-install -Syu" | ||
114 | alias xr="sudo xbps-remove -R " | ||
112 | alias pg="ping google.com" | 115 | alias pg="ping google.com" |
113 | alias weather="curl wttr.in" | 116 | alias weather="curl wttr.in" |
114 | alias py="/bin/python" | 117 | alias py="/bin/python" |
115 | alias py2="/bin/python2" | 118 | alias py2="/bin/python2" |
116 | alias pubip="curl ipinfo.io/ip" | 119 | alias pubip="curl ipinfo.io/ip" |
117 | alias mirror="sudo reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist" | ||
118 | alias k="pkill " | 120 | alias k="pkill " |
119 | alias m="cmus" | 121 | alias m="cmus" |
120 | alias vimrc="vim $HOME/.config/nvim/init.vim" | 122 | alias vimrc="vim $HOME/.config/nvim/init.vim" |