summaryrefslogtreecommitdiff
path: root/config/emacs/eshell/alias
blob: ffa30ec2716423808fd6399ab7dfd72ddcb25998 (plain)
1
2
3
4
5
6
7
8
9
10
11
alias cdp cd /home/tmu/redflag/ecosystem/
alias ll ls -la
alias gds git diff --patch --cached
alias gd git diff --patch
alias gb git branch
alias gc git checkout
alias gs git status
alias glt git log --graph --all --oneline --simplify-by-decoration
alias gl git log --graph --all --oneline
alias fr find-file-read-only
alias ff find-file