1
0

Added .bash_profile and improved vim config

This commit is contained in:
2026-01-03 20:17:09 +01:00
parent baf6187642
commit 5bfe34f0a6
2 changed files with 9 additions and 1 deletions

4
bash/dot-bash_profile Normal file
View File

@@ -0,0 +1,4 @@
if command -v zoxide
then
eval "$(zoxide init bash --cmd cd)"
fi

View File

@@ -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