aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-01-06 07:14:52 +0000
committerterminaldweller <thabogre@gmail.com>2022-01-06 07:14:52 +0000
commit9e27116a730cb63aa7e80aaa1f63267022c82e59 (patch)
treefa0bda1f1ec8f435343a8cc478649a5031cbddd4 /.zshrc
parentadded vaultwarden (diff)
downloadscripts-9e27116a730cb63aa7e80aaa1f63267022c82e59.tar.gz
scripts-9e27116a730cb63aa7e80aaa1f63267022c82e59.zip
updates
Diffstat (limited to '')
-rw-r--r--.zshrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index df4267e..2ec005e 100644
--- a/.zshrc
+++ b/.zshrc
@@ -7,7 +7,7 @@ ZSH_THEME="devi"
COMPLETION_WAITING_DOTS="false"
-plugins=(git evalcache zsh-syntax-highlighting autojump virtualenv virtualenvwrapper cargo npm docker rustup zsh-autosuggestions zsh-kubectl-prompt kubectl docker-compose vagrant golang zsh-prompt-benchmark)
+plugins=(git evalcache zsh-syntax-highlighting autojump virtualenv virtualenvwrapper rust npm docker zsh-autosuggestions zsh-kubectl-prompt kubectl docker-compose vagrant golang zsh-prompt-benchmark)
export PATH="/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/home/devi/.local/bin:/home/devi/bin"
@@ -175,8 +175,12 @@ alias d="docker"
alias dc="docker-compose"
alias zh_freebsd="zssh dev@192.168.90.15"
alias zh_linux="zssh dev@192.168.90.17"
+alias zh_router_root="zssh root@192.168.90.71"
+alias zh_router_admin="zssh admin@192.168.90.71"
alias youtube-dl="proxychains4 -f /home/devi/proxies/ca/proxychains.conf youtube-dl"
alias campv="proxychains4 -f /home/devi/proxies/ca/proxychains.conf mpv"
+alias tridactylrc="vim ~/scripts/.tridactylrc"
+alias fixtridactylrc="cp ~/scripts/.tridactylrc ~/"
#autosuggest
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#5f5fff,bg=#000000,bold"