summaryrefslogtreecommitdiffhomepage
path: root/data/eshell.alias
blob: 21bc8aed8d521f83b1ad3f89124952baa72ecdc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
alias u eshell-up $1
alias pk eshell-up-peek $1
alias up eshell-up $1
alias ls ls -F $*
alias .. cd ..
alias ... cd ../..
alias lp42 lp -o number-up=4 -o sides=two-sided-long-edge $*
alias lp22 lp -o number-up=2 -o sides=two-sided-short-edge $*
alias lp4 lp -o number-up=4 $*
alias lp2 lp -o number-up=2 $*
alias ef find-file-other-frame $1
alias eo find-file-other-window $1
alias e find-file $1
alias ll ls -l $*
alias la ls -a $*
alias clear recenter 0
alias v view-file $1
alias vf view-file-other-frame $1
alias vo view-file-other-window $1
alias more vo $1
alias dir ls -Lla|grep ^d
alias df dfrs
alias bmatic borgmatic -c ~/etc/config/daemons/backups/borgmatic.yml $*