aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/aliases.sh1
-rw-r--r--bash/bashrc.sh4
-rw-r--r--bash/env.sh1
3 files changed, 2 insertions, 4 deletions
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"