Remove ~/.vimrc

This commit is contained in:
2024-04-14 01:08:53 +02:00
parent 03a6e6b737
commit c6405280de
2 changed files with 1 additions and 5 deletions

View File

@@ -81,9 +81,6 @@ alias clipo="xclip -out -selection clipboard"
alias rgrep="grep -r"
alias vimrc="vim -c ':e \$MYVIMRC'"
alias zshrc="vim -c ':e ~/.zshrc' ; source ~/.zshrc"
alias calc='python3 -ic "from math import *; import cmath"'
alias le_haxxor_1='clear && dmesg | pv -qL 20'