Skip to content

Commit

Permalink
fix: remove unused aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
snelling-a committed Aug 22, 2024
1 parent 4bca74a commit 86adb14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shell/aliases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@ alias ~='cd ~'
alias h='history'

alias vim="nvim"
alias firenvim="nvim --headless -c \"call firenvim#install(0, 'export PATH=\"$PATH\"')\" -c quit"
alias nvim_colors="nvim --headless \"+GenerateAverageColor\" +qa"
alias update_plugins="nvim --headless \"+Lazy! sync\" +qa"
alias update_nvim="nvim --headless '+GenerateAverageColor' '+Lazy! sync' -c 'call firenvim#install(0, \'export PATH=\"$PATH\"\')' -c quit"

alias code="code-insiders"

Expand Down

0 comments on commit 86adb14

Please sign in to comment.