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

@@ -42,8 +42,6 @@ dotfiles:
to: .tmux.conf to: .tmux.conf
- from: vim/vimrc - from: vim/vimrc
to: .config/nvim/init.vim to: .config/nvim/init.vim
- from: vim/vimrc
to: .vimrc
- from: x/Xresources - from: x/Xresources
to: .Xresources to: .Xresources
template: true template: true
@@ -92,3 +90,4 @@ dotfiles:
to: .config/helix/config.toml to: .config/helix/config.toml
dotfiles_remove: dotfiles_remove:
- .gitconfig - .gitconfig
- .vimrc

View File

@@ -81,9 +81,6 @@ alias clipo="xclip -out -selection clipboard"
alias rgrep="grep -r" 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 calc='python3 -ic "from math import *; import cmath"'
alias le_haxxor_1='clear && dmesg | pv -qL 20' alias le_haxxor_1='clear && dmesg | pv -qL 20'