diff options
| author | EuAndreh <eu@euandre.org> | 2018-09-06 15:26:54 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-09-06 15:26:54 -0300 |
| commit | 621e353daa6caac43210cde20f200b43d2c552e5 (patch) | |
| tree | 33617a3dd55d24f6bb2e5adef9ffb5d22b7ec2d8 | |
| parent | Use global sed in nu-service template. (diff) | |
| download | dotfiles-621e353daa6caac43210cde20f200b43d2c552e5.tar.gz dotfiles-621e353daa6caac43210cde20f200b43d2c552e5.tar.xz | |
Add back good-ol ,u.
| -rw-r--r-- | bash/aliases.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bash/aliases.sh b/bash/aliases.sh index b42427e..2463679 100644 --- a/bash/aliases.sh +++ b/bash/aliases.sh @@ -20,6 +20,14 @@ alias fim="play $DOTFILES/bash/Positive.ogg &> /dev/null" alias mux="tmuxinator" +isLinux && { + ,u() { + cd ~/annex; + git annex info --fast | grep available; + cd - > /dev/null; + } + export -f ,u +} MY_PS1="$PS1" ps1() { |
