aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-03-26 12:38:38 +0000
committerterminaldweller <thabogre@gmail.com>2022-03-26 12:38:38 +0000
commit30707c31a23ad1848f574dc65309d6645f957db1 (patch)
tree6ce0d5a8992a5b84d1f7d10b376ece4a07752dd3 /.zshrc
parentscotch now leaves normal data alone. added battery to tmux. (diff)
downloadscripts-30707c31a23ad1848f574dc65309d6645f957db1.tar.gz
scripts-30707c31a23ad1848f574dc65309d6645f957db1.zip
tor as ipv6 proxy
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc7
1 files changed, 6 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 30bab29..b79d249 100644
--- a/.zshrc
+++ b/.zshrc
@@ -20,7 +20,7 @@ autoload -U compinit && compinit -u
eval `dircolors ~/.dir_colors`
# _evalcache dircolors ~/.dir_colors
-alias w3m="torsocks /home/devi/w3m/w3m -graph"
+alias w3m="torsocks /home/devi/w3m/w3m -o auto_image=FALSE -graph"
alias rm="rm -I --one-file-system --preserve-root=all"
alias vv="vim"
alias ls="exa"
@@ -200,9 +200,12 @@ alias fixxresources="cp ~/scripts/.Xresources ~/.Xresources && xrdb -merge ~/.Xr
alias qutebrowserrc="vim ~/scripts/qtbrowser/config.py"
alias fixqutebrowserrc="cp ~/scripts/qtbrowser/config.py ~/.config/qutebrowser/config.py"
alias pulsemixer="pulsemixer --color 1"
+alias vagrant="https_proxy=http://[::1]:8118 vagrant --color --timestamp"
alias vm_disposable="cp ~/scripts/vagrant/disposable/Vagrantfile ."
alias vm_disposable_alpine="cp ~/scripts/vagrant/disposable-alpine/Vagrantfile ."
alias checktor="curl --socks5 localhost:9050 --socks5-hostname localhost:9050 -s https://check.torproject.org/api/ip"
+alias ip="ip --color=auto"
+alias zathura="tabbed -c zathura -e"
#autosuggest
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=#5f5fff,bg=#000000,bold,underline"
@@ -629,6 +632,7 @@ fshow() {
done
}
+export COLORTERM=truecolor
export LESS_TERMCAP_mb=$'\e[01;31m' # begin blinking
export LESS_TERMCAP_md=$'\e[01;38;5;74m' # begin bold
export LESS_TERMCAP_me=$'\e[0m' # end mode
@@ -674,3 +678,4 @@ source /usr/share/fzf/completion.zsh
source /usr/share/fzf/key-bindings.zsh
[[ -s "/home/devi/.gvm/scripts/gvm" ]] && source "/home/devi/.gvm/scripts/gvm"
+# [[ -s "/usr/share/grc/grc.zsh" ]] && source /usr/share/grc/grc.zsh