Add some eshell aliases
This commit is contained in:
parent
4d213914f2
commit
4d8b3559bb
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
alias doco docker-compose $*
|
||||
alias hgit hgit --no-pager $*
|
||||
alias newsbeuter ansi-term newsbeuter newsbeuter
|
||||
alias d dired $1
|
||||
|
@ -6,3 +7,5 @@ alias listen eshell-exec-visual mplayer http://usa7-vn.mixstream.net/listen/8248
|
|||
alias ncmpcpp ansi-term ncmpcpp ncmpcpp
|
||||
alias rm rm -v $*
|
||||
alias git git --no-pager $*
|
||||
alias scrot /usr/bin/scrot -e 'mv $f ~/pictures/screenshots' $*
|
||||
alias ll ls -l $*
|
||||
|
|
Loading…
Reference in a new issue