This commit is contained in:
David Aizenberg
2020-03-06 09:30:03 +02:00
parent 22bf1e3b3a
commit 7bbdcd3586

4
.zshrc
View File

@@ -116,7 +116,7 @@ alias opennet='lsof -i'
alias ping='ping -c 4'
alias ns='sudo netstat -alnp --protocol=inet'
alias reload='source ~/.bashrc' # reload bash config.
alias reload='source ~/.zshrc' # reload config.
alias kb="setxkbmap -layout gb,ru -option -option grp:caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp"
alias g='grep'
@@ -176,6 +176,8 @@ export NVM_DIR="$HOME/.nvm"
# Yavide alias
alias yavide="gvim --servername yavide -f -N -u /opt/yavide/.vimrc"
alias screenoff="sleep 1 ; xset dpms force off"
alias t="clear; python ~/t/t.py --task-dir ~/Dropbox --list tasks"
function ta() {
t "$1"