7 lines
180 B
Bash
7 lines
180 B
Bash
export EDITOR="/usr/local/bin/nvim"
|
|
export DOTNET_ROOT="/usr/local/share/dotnet"
|
|
alias py="python3"
|
|
alias pip="python3 -m pip"
|
|
alias border="sh border"
|
|
eval "$(starship init zsh)"
|