update file permissions
This commit is contained in:
parent
ef28fbb9c6
commit
7e78bc6046
0
bash/.bash_profile
Normal file → Executable file
0
bash/.bash_profile
Normal file → Executable file
0
git/.gitconfig
Normal file → Executable file
0
git/.gitconfig
Normal file → Executable file
0
tmux/.tmux.conf
Normal file → Executable file
0
tmux/.tmux.conf
Normal file → Executable file
12
vim/.vimrc
Normal file → Executable file
12
vim/.vimrc
Normal file → Executable file
@ -1,4 +1,14 @@
|
||||
set number
|
||||
set rnu
|
||||
set tabstop=4
|
||||
syntax on
|
||||
|
||||
set tabstop=4
|
||||
set softtabstop=4
|
||||
set shiftwidth=4
|
||||
set expandtab
|
||||
|
||||
set scrolloff=6
|
||||
set mouse=""
|
||||
|
||||
set background=dark
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user