We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a6dcc9 commit 2f65786Copy full SHA for 2f65786
1 file changed
.zshrc
@@ -73,8 +73,8 @@ alias ls="ls -G"
73
alias ll="ls -lhF"
74
alias aseprite=/Applications/Aseprite.app/Contents/MacOS/aseprite
75
alias pico8=/Applications/PICO-8.app/Contents/MacOS/pico8
76
-alias mvim="neovide --multigrid"
77
-alias nv="neovide --multigrid"
+alias nv="neovide"
+alias tf="terraform"
78
79
#
80
# powerlevel10k theme
@@ -96,7 +96,7 @@ done
96
# Homebrew
97
98
export HOMEBREW_NO_ANALYTICS=1
99
-export PATH="/opt/homebrew/bin:$PATH"
+export PATH="$HOME/bin:/opt/homebrew/bin:$PATH"
100
101
102
# android
0 commit comments