From c8efcbbafd27e6352556bab2ec207b15d3202547 Mon Sep 17 00:00:00 2001 From: Matias Linares Date: Tue, 3 Nov 2015 00:18:52 -0300 Subject: Add some aliases and a new path --- mkshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mkshrc') diff --git a/mkshrc b/mkshrc index 24e627c..0e54931 100644 --- a/mkshrc +++ b/mkshrc @@ -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' -- cgit v1.2.3-70-g09d2