diff options
author | terminaldweller <thabogre@gmail.com> | 2022-01-20 17:57:56 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-01-20 17:57:56 +0000 |
commit | 2595fc9b9177406b5599406fed849cb7bfbaaaa8 (patch) | |
tree | 6bd3f5860973507e210e5ec7daefd3a8411f142d /.zshrc | |
parent | updates (diff) | |
download | scripts-2595fc9b9177406b5599406fed849cb7bfbaaaa8.tar.gz scripts-2595fc9b9177406b5599406fed849cb7bfbaaaa8.zip |
updates
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -182,6 +182,9 @@ alias campv="proxychains4 -f /home/devi/proxies/ca/proxychains.conf mpv" alias tridactylrc="vim ~/scripts/.tridactylrc" alias fixtridactylrc="cp ~/scripts/.tridactylrc ~/" alias man="man -O width=210" +alias getmangas="proxychains4 -q -f ~/proxies/ca/proxychains.conf kaminokumo --manga" +alias getanimes="proxychains4 -q -f ~/proxies/ca/proxychains.conf kaminokumo --anime" +alias gdb="gdb -q" #autosuggest ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#5f5fff,bg=#000000,bold" |