diff options
Diffstat (limited to 'mkshrc')
-rw-r--r-- | mkshrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -32,6 +32,8 @@ _spawn() { set +o nohup } +# Export some useful scripts. +export PATH=${PATH}:${HOME}/scripts # Aliases alias ls="ls --color=auto" @@ -39,3 +41,5 @@ alias grep="grep --color=auto" alias spawn="_spawn" alias ix='curl -F "f:1=<-" -F "ext:1=$1" ix.io' alias clear-pacman-cache="paccache -r && paccache -ruk0" +alias xvim='spawn xterm -e vim' +alias hc='herbstclient' |