summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/eshell/alias3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/.emacs.d/eshell/alias b/emacs/.emacs.d/eshell/alias
index 7e5dec8..e2a9f01 100644
--- a/emacs/.emacs.d/eshell/alias
+++ b/emacs/.emacs.d/eshell/alias
@@ -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 $*