init
This commit is contained in:
10
dot_shellrc/rc.d/01-env.sh
Normal file
10
dot_shellrc/rc.d/01-env.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
export TMPDIR="${TMPDIR:-/tmp}"
|
||||
export PATH="/opt/homebrew/bin:$PATH:$HOME/.local/bin"
|
||||
|
||||
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'
|
||||
|
||||
Reference in New Issue
Block a user