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