diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-02-23 12:50:14 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-02-23 12:50:14 +0000 |
commit | 4186d162bd2cc3b9b45851c12462f1acba090852 (patch) | |
tree | 0af2951ccd9b252df8c2f9eb9115552fe010278d /zsh | |
parent | be33df44d5893ac9576d937c30176e8840a8035e (diff) |
gentoo:time wasted
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -2,11 +2,11 @@ | |||
2 | # export PATH=$HOME/bin:/usr/local/bin:$PATH | 2 | # export PATH=$HOME/bin:/usr/local/bin:$PATH |
3 | 3 | ||
4 | # Path to your oh-my-zsh installation. | 4 | # Path to your oh-my-zsh installation. |
5 | export ZSH="/home/ssaini/.oh-my-zsh" | 5 | export ZSH="/home/fd0e/.oh-my-zsh" |
6 | export VISUAL=nvim | 6 | export VISUAL=nvim |
7 | export EDITOR="$VISUAL" | 7 | export EDITOR="$VISUAL" |
8 | export BROWSER=firefox | 8 | export BROWSER=firefox |
9 | export PATH=$PATH:$HOME/bin | 9 | export PATH=$PATH:$HOME/.local/bin:$HOME/bin |
10 | export XDG_CURRENT_DESKTOP=bspwm | 10 | export XDG_CURRENT_DESKTOP=bspwm |
11 | 11 | ||
12 | # Set name of the theme to load --- if set to "random", it will | 12 | # Set name of the theme to load --- if set to "random", it will |
@@ -73,7 +73,7 @@ ZSH_THEME="mh" | |||
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 extract python common-aliases archlinux fzf autojump) | 76 | plugins=(git sudo archlinux extract python common-aliases autojump fzf) |
77 | 77 | ||
78 | source $ZSH/oh-my-zsh.sh | 78 | source $ZSH/oh-my-zsh.sh |
79 | 79 | ||
@@ -114,6 +114,7 @@ alias weather="curl wttr.in" | |||
114 | alias py="/bin/python" | 114 | alias py="/bin/python" |
115 | alias py2="/bin/python2" | 115 | alias py2="/bin/python2" |
116 | alias pubip="curl ipinfo.io/ip" | 116 | alias pubip="curl ipinfo.io/ip" |
117 | alias mirror="sudo reflector --verbose --latest 5 --sort rate --save /etc/pacman.d/mirrorlist" | ||
117 | alias k="pkill " | 118 | alias k="pkill " |
118 | alias m="cmus" | 119 | alias m="cmus" |
119 | alias vimrc="vim $HOME/.config/nvim/init.vim" | 120 | alias vimrc="vim $HOME/.config/nvim/init.vim" |
@@ -122,8 +123,6 @@ alias z="zathura" | |||
122 | alias v="/usr/bin/nvim" | 123 | alias v="/usr/bin/nvim" |
123 | alias vim="/usr/bin/nvim" | 124 | alias vim="/usr/bin/nvim" |
124 | alias sudo="sudo " | 125 | alias sudo="sudo " |
125 | alias drctf="docker run --rm -v $PWD:/ctf --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -d --name ctf -i ctf" | ||
126 | alias dectf="docker exec -it ctf /bin/bash" | ||
127 | 126 | ||
128 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh | 127 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh |
129 | source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 128 | source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
@@ -139,4 +138,3 @@ source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zs | |||
139 | 138 | ||
140 | # To add support for TTYs this line can be optionally added. | 139 | # To add support for TTYs this line can be optionally added. |
141 | #source ~/.cache/wal/colors-tty.sh | 140 | #source ~/.cache/wal/colors-tty.sh |
142 | |||