Skip to content

Commit

Permalink
Added cleanneovim alias
Browse files Browse the repository at this point in the history
  • Loading branch information
missingcharacter committed Jun 4, 2024
1 parent 87118a1 commit 08266c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ alias kips='kubectl get nodes -o jsonpath={.items[*].status.addresses[?\(@.type=
alias kpodscpu='kubectl top pods --containers --sort-by=cpu'
alias vim='nvim'
alias brewupgrade='brew update && brew upgrade && echo "You may want to run brew cleanup -n or just brew cleanup, also if pyenv was upgraded you will need to reinstall python"'
alias cleanneovim='rm -rf ~/.local/share/nvim ~/.cache/nvim'

export ANSI_NO_COLOR=$'\033[0m'
function msg_info () {
Expand Down

0 comments on commit 08266c0

Please sign in to comment.