Skip to content

Commit 2f65786

Browse files
committed
feat(zsh): update aliases, add ~/bin to PATH
1 parent 6a6dcc9 commit 2f65786

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.zshrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ alias ls="ls -G"
7373
alias ll="ls -lhF"
7474
alias aseprite=/Applications/Aseprite.app/Contents/MacOS/aseprite
7575
alias pico8=/Applications/PICO-8.app/Contents/MacOS/pico8
76-
alias mvim="neovide --multigrid"
77-
alias nv="neovide --multigrid"
76+
alias nv="neovide"
77+
alias tf="terraform"
7878

7979
#
8080
# powerlevel10k theme
@@ -96,7 +96,7 @@ done
9696
# Homebrew
9797
#
9898
export HOMEBREW_NO_ANALYTICS=1
99-
export PATH="/opt/homebrew/bin:$PATH"
99+
export PATH="$HOME/bin:/opt/homebrew/bin:$PATH"
100100

101101
#
102102
# android

0 commit comments

Comments
 (0)