diff --git a/.zshrc b/.zshrc index fe1a605..9b69066 100644 --- a/.zshrc +++ b/.zshrc @@ -75,7 +75,6 @@ alias du="ncdu" alias cat="bat" alias ls="lsd" -alias vi="~/.local/bin/lvim" eval "$(starship init zsh)" @@ -95,3 +94,6 @@ source ~/.zsh/zsh-fzf-tab/fzf-tab.plugin.zsh SAVEHIST=1000 HISTFILE=~/.zsh_history + +# Created by `pipx` on 2024-10-24 13:49:13 +export PATH="$PATH:/home/doryan/.local/bin"