diff options
author | EuAndreh <eu@euandre.org> | 2019-05-02 20:38:12 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-02 20:38:12 -0300 |
commit | ae3eb06e0c1921dbe5936185dfb6e969df783262 (patch) | |
tree | db8633f61c74045fc958e932820c83b78563e45d /bash | |
parent | Delete npm.sh. (diff) | |
download | dotfiles-ae3eb06e0c1921dbe5936185dfb6e969df783262.tar.gz dotfiles-ae3eb06e0c1921dbe5936185dfb6e969df783262.tar.xz |
Put songbooks bash configuration in the correct files.
Diffstat (limited to 'bash')
-rw-r--r-- | bash/aliases.sh | 1 | ||||
-rw-r--r-- | bash/bashrc.sh | 4 | ||||
-rw-r--r-- | bash/env.sh | 1 |
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" |