From 8aca50b28e3465783dba5f11db053107b10767c2 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 20 Nov 2017 13:57:14 +0100 Subject: bash: updated flag passed to ag MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Recent versions of ag switched from `--path-to-agignore` to `--path-to-ignore`. Moreover, this commit also adds a minor environment variable affecting the NodeJS bundled in openSUSE Leap. Signed-off-by: Miquel Sabaté Solà --- bashrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 89fe9f6..95fb4b2 100644 --- a/bashrc +++ b/bashrc @@ -104,14 +104,16 @@ fi # Some other misc. alias. alias iosc="osc -A https://api.suse.de" -alias ag='ag --nocolor --path-to-agignore ~/.agignore' +alias ag='ag --nocolor --path-to-ignore ~/.agignore' # Cargo environment. source_maybe $HOME/.cargo/env # SUSE -export SALT_DIR="~/Projects/kubic-project/salt" -export SALT_PATH="~/Projects/kubic-project/salt" +export SALT_DIR="$HOME/Projects/kubic-project/salt" +export SALT_PATH="$HOME/Projects/kubic-project/salt" + +export NODE_VERSION="6" # Finally RVM requires it to be the last thing on the PATH for whatever reason. [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" -- cgit v1.2.3