mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
7 lines
168 B
Bash
7 lines
168 B
Bash
alias ls=eza
|
|
alias cat=bat
|
|
alias grep=rg
|
|
alias diff=delta
|
|
alias less=bat
|
|
alias gr='if [ "`git rev-parse --show-cdup`" != "" ]; then cd `git rev-parse --show-cdup`; fi'
|