From 5bfe34f0a6edc00525d116948e8d97955f2bed68 Mon Sep 17 00:00:00 2001 From: Nigel Date: Sat, 3 Jan 2026 20:17:09 +0100 Subject: [PATCH] Added .bash_profile and improved vim config --- bash/dot-bash_profile | 4 ++++ vim/dot-vimrc | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 bash/dot-bash_profile diff --git a/bash/dot-bash_profile b/bash/dot-bash_profile new file mode 100644 index 0000000..68a734c --- /dev/null +++ b/bash/dot-bash_profile @@ -0,0 +1,4 @@ +if command -v zoxide +then + eval "$(zoxide init bash --cmd cd)" +fi diff --git a/vim/dot-vimrc b/vim/dot-vimrc index 5aa7d75..45f07ea 100644 --- a/vim/dot-vimrc +++ b/vim/dot-vimrc @@ -5,4 +5,8 @@ if has("gui_gnome") || has("gui_win32") set guioptions -=m set guioptions -=T endif -set guicursor = "" +set guicursor = "" +syntax on +filetype on +filetype plugin on +filetype indent on