diff options
| author | Xian Wang <dev@xianwang.io> | 2022-07-08 14:15:34 -0700 |
|---|---|---|
| committer | Xian Wang <dev@xianwang.io> | 2022-07-08 14:15:34 -0700 |
| commit | 2879397dfd46f34ab3059b35453dc74eea229fc0 (patch) | |
| tree | d8389dd351cbabf4c5bd8234799fc4ff84d693ac | |
| parent | 99b6971f62cdb02d52c3c4f15f84c97dccaeb344 (diff) | |
| download | dotfiles-2879397dfd46f34ab3059b35453dc74eea229fc0.tar.gz dotfiles-2879397dfd46f34ab3059b35453dc74eea229fc0.tar.bz2 dotfiles-2879397dfd46f34ab3059b35453dc74eea229fc0.zip | |
vimrc, zshrc: improve indentation handling
Signed-off-by: Xian Wang <dev@xianwang.io>
| -rw-r--r-- | vimrc | 4 | ||||
| -rw-r--r-- | zshrc | 1 |
2 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,5 @@ syntax on set number +set autoindent set smartindent -set softtabstop=2 -set shiftwidth=2 -set noexpandtab set ruler @@ -48,6 +48,7 @@ alias mv='nocorrect mv' alias cp='nocorrect cp' alias rm='rm' alias mkdir='nocorrect mkdir' +alias grep='nocorrect grep' alias ls="ls --color=auto" alias ll="ls --color -l" |
