fix on shell alias

This commit is contained in:
js0ny 2025-02-25 12:34:47 +00:00
parent ec73a87334
commit c9d37743fe
4 changed files with 4 additions and 4 deletions

View file

@ -51,7 +51,7 @@ abbr --add ii open
# Editors #
abbr --add v nvim
abbr --add c code
alias sv="sudo vim -u ~/.dotfiles/common/vim.noxdg.vimrc"
alias svi="sudo vim -u ~/.dotfiles/common/vim.noxdg.vimrc" # Prevent conflicts with svelte-cli
# Dev #
abbr --add py python3