remove unnecessary comment clutter
This commit is contained in:
parent
348383e8e7
commit
a7bfe77746
1 changed files with 0 additions and 8 deletions
|
@ -1,22 +1,14 @@
|
|||
#region pnpm
|
||||
export PNPM_HOME="$HOME/.local/share/pnpm"
|
||||
case ":$PATH:" in
|
||||
*":$PNPM_HOME:"*) ;;
|
||||
*) export PATH="$PNPM_HOME:$PATH" ;;
|
||||
esac
|
||||
#endregion pnpm
|
||||
|
||||
#region atuin
|
||||
# https://github.com/atuinsh/atuin
|
||||
eval "$(atuin init zsh)"
|
||||
#endregion atuin
|
||||
|
||||
#region fzf
|
||||
# https://github.com/junegunn/fzf
|
||||
eval "$(fzf --zsh)"
|
||||
#endregion fzf
|
||||
|
||||
#region direnv
|
||||
# https://direnv.net
|
||||
eval "$(direnv hook zsh)"
|
||||
#endregion direnv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue