nvim and zed

This commit is contained in:
wooshdude
2024-10-25 20:05:53 -07:00
parent a7655b2c11
commit 0bc7fab50d
7 changed files with 179 additions and 24 deletions
+5 -1
View File
@@ -1,2 +1,6 @@
export EDITOR="/usr/bin/nvim"
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)"