From ae3eb06e0c1921dbe5936185dfb6e969df783262 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 2 May 2019 20:38:12 -0300 Subject: Put songbooks bash configuration in the correct files. --- bash/aliases.sh | 1 + bash/bashrc.sh | 4 ---- bash/env.sh | 1 + 3 files changed, 2 insertions(+), 4 deletions(-) (limited to 'bash') diff --git a/bash/aliases.sh b/bash/aliases.sh index 2149d86..47fbdef 100644 --- a/bash/aliases.sh +++ b/bash/aliases.sh @@ -26,6 +26,7 @@ alias perl6="rlwrap perl6" alias m="mail.sh" alias a="atom.sh" alias n="newsboat" +alias sb="songbooks" alias gnome-control-center="XDG_CURRENT_DESKTOP=GNOME gnome-control-center" diff --git a/bash/bashrc.sh b/bash/bashrc.sh index b433184..fd67d30 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -23,10 +23,6 @@ source ~/dev/nu/nucli/nu.bashcompletion env > ~/.spacemacs.env -# tmp FIXME: move to mrconfig.ini -export PATH="$HOME/dev/libre/songbooks/cli:$PATH" -alias sb="songbooks" - isLinux && { source "$(dirname "$(readlink "$(command -v autojump)")")/../share/autojump/autojump.bash" } diff --git a/bash/env.sh b/bash/env.sh index 74a497f..659f411 100644 --- a/bash/env.sh +++ b/bash/env.sh @@ -35,6 +35,7 @@ export CACHE_DIR="$HOME/ownCloud/cache" export PATH="$HOME/dev/libre/website/:$PATH" export PATH="$DOTFILES/bin:$PATH" export PATH="$HOME/dev/misc/flutter/bin:$PATH" +export PATH="$HOME/dev/libre/songbooks/cli:$PATH" #export BROWSER="firefox" -- cgit v1.2.3