Remove ~/.vimrc
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user