From 2020b787f70662ab42aede8596fc030fc9b66ee9 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Wed, 17 Nov 2021 18:53:21 +0300 Subject: [PATCH] Add $DOTFILES variable --- config/.bashrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/.bashrc b/config/.bashrc index 66372f6..252e07b 100644 --- a/config/.bashrc +++ b/config/.bashrc @@ -50,6 +50,8 @@ alias gch='git checkout' # |_____|_| \_| \_/ |___|_| \_\\___/|_| \_|_| |_|_____|_| \_| |_| # +export DOTFILES="$HOME/dotfiles" + export TERM=alacritty export EDITOR=nvim export VISUAL=nvim @@ -58,7 +60,7 @@ export VISUAL=nvim export GO111MODULE=auto export GOBIN="$HOME/go/bin" -MY_BIN="$HOME/dotfiles/bin" +MY_BIN="$DOTFILES/bin" RUSTBIN="$HOME/.cargo/bin" PYTHON_BIN="$HOME/.local/bin"