diff options
author | Shubham Saini <shubham6405@gmail.com> | 2020-01-13 13:04:49 +0000 |
---|---|---|
committer | Shubham Saini <shubham6405@gmail.com> | 2020-01-13 13:04:49 +0000 |
commit | 10368398d5725c8467fb1484061e5fdb077e5380 (patch) | |
tree | 72c65217cbce415e314a3963c3a924a633f5e18e /zsh | |
parent | 9cb638b25fd3543005608b816c3fcdc88fc99b66 (diff) |
config for 0 gaps
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -73,7 +73,7 @@ ZSH_THEME="minimal" | |||
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) | 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 | ||
@@ -121,7 +121,6 @@ alias poly="vim $HOME/.config/polybar/config" | |||
121 | alias z="zathura" | 121 | alias z="zathura" |
122 | alias v="/usr/bin/nvim" | 122 | alias v="/usr/bin/nvim" |
123 | alias vim="/usr/bin/nvim" | 123 | alias vim="/usr/bin/nvim" |
124 | alias site="cd ~/Projects/site/" | ||
125 | alias sudo="sudo " | 124 | alias sudo="sudo " |
126 | 125 | ||
127 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh | 126 | source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh |