Added .bash_profile and improved vim config
This commit is contained in:
4
bash/dot-bash_profile
Normal file
4
bash/dot-bash_profile
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
if command -v zoxide
|
||||||
|
then
|
||||||
|
eval "$(zoxide init bash --cmd cd)"
|
||||||
|
fi
|
||||||
@@ -5,4 +5,8 @@ if has("gui_gnome") || has("gui_win32")
|
|||||||
set guioptions -=m
|
set guioptions -=m
|
||||||
set guioptions -=T
|
set guioptions -=T
|
||||||
endif
|
endif
|
||||||
set guicursor = ""
|
set guicursor = ""
|
||||||
|
syntax on
|
||||||
|
filetype on
|
||||||
|
filetype plugin on
|
||||||
|
filetype indent on
|
||||||
|
|||||||
Reference in New Issue
Block a user