legacy-dotfiles/emacs/.emacs.d/eshell/alias

12 lines
399 B
Text
Raw Normal View History

2016-03-14 12:25:22 +01:00
alias doco docker-compose $*
2014-08-21 00:23:56 +02:00
alias hgit hgit --no-pager $*
alias newsbeuter ansi-term newsbeuter newsbeuter
alias d dired $1
alias o find-file $1
alias listen eshell-exec-visual mplayer http://usa7-vn.mixstream.net/listen/8248.pls
alias ncmpcpp ansi-term ncmpcpp ncmpcpp
alias rm rm -v $*
alias git git --no-pager $*
2016-03-14 12:25:22 +01:00
alias scrot /usr/bin/scrot -e 'mv $f ~/pictures/screenshots' $*
alias ll ls -l $*