some configs

master
Dominik Madarász 2024-05-21 09:30:35 +00:00
parent 0786c5ace9
commit 70b7ce3139
2 changed files with 7 additions and 1 deletions

View File

@ -105,6 +105,10 @@ if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
if [ -f ~/.zakrc ]; then
. ~/.zakrc
fi
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
@ -116,7 +120,6 @@ if ! shopt -oq posix; then
fi
fi
export VIM=nvim
export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion

3
bash/.zakrc 100755
View File

@ -0,0 +1,3 @@
export VIM=/usr/bin/vim
export EDITOR=$VIM