summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-02-16 08:19:33 +0000
committerShubham Saini <shubham6405@gmail.com>2020-02-16 08:19:33 +0000
commit74f672b39beb7c27ad2d4d7dfc6253449694f8d1 (patch)
tree9af2b240f9ed9e59e448554aa5f3f812442a0d3d /zsh
parent55a4d6fcc7c2f3c613b1971cc6a66407096998f2 (diff)
shifted to void
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc14
1 files changed, 8 insertions, 6 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index a062cf7..d64be24 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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
16ZSH_THEME="jaischeema" 16ZSH_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.
76plugins=(git sudo archlinux extract python common-aliases autojump fzf) 76plugins=(git sudo extract python common-aliases autojump)
77 77
78source $ZSH/oh-my-zsh.sh 78source $ZSH/oh-my-zsh.sh
79 79
@@ -106,15 +106,17 @@ alias key="vim $HOME/.config/sxhkd/sxhkdrc"
106alias wm="vim ~/.config/bspwm/bspwmrc" 106alias wm="vim ~/.config/bspwm/bspwmrc"
107alias f="ranger" 107alias f="ranger"
108alias bb="cat /proc/acpi/bbswitch" 108alias bb="cat /proc/acpi/bbswitch"
109alias nu="nmcli connection up " 109alias nu="sudo nmcli connection up "
110alias nt="nmtui-connect" 110alias nt="sudo nmtui-connect"
111alias nd="nmcli connection down " 111alias nd="sudo nmcli connection down "
112alias xi="sudo xbps-install -S "
113alias xu="sudo xbps-install -Syu"
114alias xr="sudo xbps-remove -R "
112alias pg="ping google.com" 115alias pg="ping google.com"
113alias weather="curl wttr.in" 116alias weather="curl wttr.in"
114alias py="/bin/python" 117alias py="/bin/python"
115alias py2="/bin/python2" 118alias py2="/bin/python2"
116alias pubip="curl ipinfo.io/ip" 119alias pubip="curl ipinfo.io/ip"
117alias mirror="sudo reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist"
118alias k="pkill " 120alias k="pkill "
119alias m="cmus" 121alias m="cmus"
120alias vimrc="vim $HOME/.config/nvim/init.vim" 122alias vimrc="vim $HOME/.config/nvim/init.vim"