diff --git a/dot_vim/vimrc b/dot_vim/vimrc index cabb9eb..925a1d3 100644 --- a/dot_vim/vimrc +++ b/dot_vim/vimrc @@ -35,6 +35,7 @@ set ts=4 sw=4 sts=4 set list listchars=tab:>-,trail:- " I can't count. set relativenumber +set number " Fold settings {{{ set foldenable @@ -81,7 +82,7 @@ set shortmess=atI set noshowmode -set expandtab +set noexpandtab set wildmenu diff --git a/dot_zshrc b/dot_zshrc index 270e27f..a00ce6f 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -206,4 +206,5 @@ command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" eval "$(pyenv init -)" #anaconda slows shit down D:<<<< export PATH=$PATH:~/.spicetify +export PATH=$PATH:/home/libkyy/.spicetify export PATH=$PATH:~/.emacs.d/bin