Files
dotfiles/zsh/.zshrc
T
2024-10-25 20:05:53 -07:00

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)"