summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 6d9567b..28a3df2 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -73,7 +73,7 @@ ZSH_THEME="michelebologna"
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 extract python common-aliases autojump) 76plugins=(git sudo extract python common-aliases archlinux fzf autojump)
77 77
78source $ZSH/oh-my-zsh.sh 78source $ZSH/oh-my-zsh.sh
79 79
@@ -106,12 +106,9 @@ 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="sudo nmcli connection up " 109alias nu="nmcli connection up "
110alias nt="sudo nmtui-connect" 110alias nt="nmtui-connect"
111alias nd="sudo nmcli connection down " 111alias nd="nmcli connection down "
112alias xi="sudo xbps-install -S "
113alias xu="sudo xbps-install -Syu"
114alias xr="sudo xbps-remove -R "
115alias pg="ping google.com" 112alias pg="ping google.com"
116alias weather="curl wttr.in" 113alias weather="curl wttr.in"
117alias py="/bin/python" 114alias py="/bin/python"
@@ -125,6 +122,8 @@ alias z="zathura"
125alias v="/usr/bin/nvim" 122alias v="/usr/bin/nvim"
126alias vim="/usr/bin/nvim" 123alias vim="/usr/bin/nvim"
127alias sudo="sudo " 124alias sudo="sudo "
125alias drctf="docker run --rm -v $PWD:/ctf --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name ctf -i ctf"
126alias dectf="docker exec -it ctf /bin/bash"
128 127
129source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh 128source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
130source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 129source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
@@ -140,3 +139,4 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs
140 139
141# To add support for TTYs this line can be optionally added. 140# To add support for TTYs this line can be optionally added.
142#source ~/.cache/wal/colors-tty.sh 141#source ~/.cache/wal/colors-tty.sh
142