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
|
||||
@@ -6,3 +6,7 @@ if has("gui_gnome") || has("gui_win32")
|
||||
set guioptions -=T
|
||||
endif
|
||||
set guicursor = ""
|
||||
syntax on
|
||||
filetype on
|
||||
filetype plugin on
|
||||
filetype indent on
|
||||
|
||||
Reference in New Issue
Block a user