mirror of
https://github.com/neoromantique/dotfiles.git
synced 2026-03-13 21:53:20 +03:00
zshrc
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -116,7 +116,7 @@ alias opennet='lsof -i'
|
|||||||
alias ping='ping -c 4'
|
alias ping='ping -c 4'
|
||||||
alias ns='sudo netstat -alnp --protocol=inet'
|
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 kb="setxkbmap -layout gb,ru -option -option grp:caps_toggle,grp_led:scroll,terminate:ctrl_alt_bksp"
|
||||||
alias g='grep'
|
alias g='grep'
|
||||||
|
|
||||||
@@ -176,6 +176,8 @@ export NVM_DIR="$HOME/.nvm"
|
|||||||
# Yavide alias
|
# Yavide alias
|
||||||
alias yavide="gvim --servername yavide -f -N -u /opt/yavide/.vimrc"
|
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"
|
alias t="clear; python ~/t/t.py --task-dir ~/Dropbox --list tasks"
|
||||||
function ta() {
|
function ta() {
|
||||||
t "$1"
|
t "$1"
|
||||||
|
|||||||
Reference in New Issue
Block a user