Minor fixes on create_tags and .bashrc.local

This commit is contained in:
Vahagn Khachatryan
2017-06-26 05:33:50 -04:00
parent 0a7e572358
commit fb0b718f2e

View File

@@ -308,7 +308,7 @@ function create_tags() {
if [ -f $CTAGS_ROOT/$CTAGS_DIR ]; then
CTAGS_SRC="-L $CTAGS_ROOT/$CTAGS_DIR"
else
CTAGS_SRC='$@'
CTAGS_SRC="$%"
fi
cd $CTAGS_ROOT
@@ -324,7 +324,7 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo
#
# Run local settings.
#
[ -x $PWD/.bashrc.local ] && . $PWD/.bashrc.local
[ -x $HOME/.bashrc.local ] && . $HOME/.bashrc.local
#
# Clean error level.