From 70b7ce31392a7107fb8eb63b303dc3464b1505bb Mon Sep 17 00:00:00 2001 From: Dominik Madarasz Date: Tue, 21 May 2024 09:30:35 +0000 Subject: [PATCH] some configs --- bash/.bashrc | 5 ++++- bash/.zakrc | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100755 bash/.zakrc diff --git a/bash/.bashrc b/bash/.bashrc index 160af97..b4e0008 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -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 diff --git a/bash/.zakrc b/bash/.zakrc new file mode 100755 index 0000000..31fe69b --- /dev/null +++ b/bash/.zakrc @@ -0,0 +1,3 @@ +export VIM=/usr/bin/vim +export EDITOR=$VIM +