dotfiles

Dash Eclipse's dotfiles
git clone git://ezup.dev/dotfiles.git
Log | Files | Refs | README | LICENSE

commit df25f1ac41a1b657a2ad7c95a90a0cf647b66ce7
parent 2978c03652b86f23a4623063d6d4efb2427b2dcd
Author: Dash Eclipse <dashezup@disroot.org>
Date:   Tue, 29 Mar 2022 18:25:31 +0000

refactor: update .zshrc.local

Diffstat:
M.zshrc.local | 12+++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/.zshrc.local b/.zshrc.local @@ -3,16 +3,18 @@ source ~/.local/share/zsh/site-functions/_trt && compdef _trt trt ## alias alias gpg="/usr/bin/gpg2" +alias ssh="TERM=xterm-256color ssh" +alias pc-ssh="TERM=xterm-256color proxychains ssh" alias bap="bat --style=plain --paging=always" -alias speak="/usr/bin/trans -b -speak -no-translate -no-init" -alias zh-TW="/usr/bin/trans -shell -brief -theme random :zh-TW -no-init" alias neofetch="USER=user HOSTNAME=hostname /usr/bin/neofetch" alias screen="TERM=screen screen" -alias ssh="TERM=xterm-256color ssh" -alias pc-ssh="TERM=xterm-256color proxychains ssh" -alias xcopy="xclip -selection clipboard" alias diff="diff --color=always" +# Language +alias speak="/usr/bin/trans -b -speak -no-translate -no-init" +alias zh-TW="/usr/bin/trans -shell -brief -theme random :zh-TW -no-init" alias wn="cut -f1 /usr/share/dict/wn.index | fzf --layout=reverse --info=inline --prompt='WordNet > ' --preview='dict --database=wn {}' --bind='enter:execute:dict --database=wn {} | less -c'" +# Xorg +alias xcopy="xclip -selection clipboard" # Void Linux alias sv="doas /usr/bin/sv" alias vsv="doas /usr/bin/vsv"