about summary refs log tree commit diff stats
path: root/emacs.d/eshell
diff options
context:
space:
mode:
authorCase Duckworth2024-06-13 21:50:01 -0500
committerCase Duckworth2024-06-13 21:50:01 -0500
commitb30e3834ba64bf209848f7ef9bbf6dc707f0c73c (patch)
tree2d61d7274f1f0438521ca3ddb445939e6e21a8fd /emacs.d/eshell
parentAdd other programs (diff)
downloaddots-b30e3834ba64bf209848f7ef9bbf6dc707f0c73c.tar.gz
dots-b30e3834ba64bf209848f7ef9bbf6dc707f0c73c.zip
Emacs!
Diffstat (limited to 'emacs.d/eshell')
-rw-r--r--emacs.d/eshell/alias28
1 files changed, 14 insertions, 14 deletions
diff --git a/emacs.d/eshell/alias b/emacs.d/eshell/alias index f015e86..9b06a3e 100644 --- a/emacs.d/eshell/alias +++ b/emacs.d/eshell/alias
@@ -1,16 +1,16 @@
1alias ls ls -F $*
2alias vi find-file $1 1alias vi find-file $1
3alias zzz $SUDO zzz
4alias ZZZ $SUDO ZZZ
5alias shutdown $SUDO shutdown $*
6alias reboot $SUDO reboot $*
7alias halt $SUDO halt $*
8alias mount $SUDO mount $*
9alias umount $SUDO umount $*
10alias poweroff $SUDO poweroff $*
11alias apk $SUDO apk $*
12alias view view-file $1
13alias less view-file $1
14alias edit find-file $1
15alias v view-file $1
16alias e find-file $1 2alias e find-file $1
3alias v view-file $1
4alias edit find-file $1
5alias less view-file $1
6alias view view-file $1
7alias apk $SUDO apk $*
8alias poweroff $SUDO poweroff $*
9alias umount $SUDO umount $*
10alias mount $SUDO mount $*
11alias halt $SUDO halt $*
12alias reboot $SUDO reboot $*
13alias shutdown $SUDO shutdown $*
14alias ZZZ $SUDO ZZZ
15alias zzz $SUDO zzz
16alias ls ls -F1 $*