Minor fixes on create_tags and .bashrc.local
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user