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
|
if [ -f $CTAGS_ROOT/$CTAGS_DIR ]; then
|
||||||
CTAGS_SRC="-L $CTAGS_ROOT/$CTAGS_DIR"
|
CTAGS_SRC="-L $CTAGS_ROOT/$CTAGS_DIR"
|
||||||
else
|
else
|
||||||
CTAGS_SRC='$@'
|
CTAGS_SRC="$%"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $CTAGS_ROOT
|
cd $CTAGS_ROOT
|
||||||
@@ -324,7 +324,7 @@ alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo
|
|||||||
#
|
#
|
||||||
# Run local settings.
|
# Run local settings.
|
||||||
#
|
#
|
||||||
[ -x $PWD/.bashrc.local ] && . $PWD/.bashrc.local
|
[ -x $HOME/.bashrc.local ] && . $HOME/.bashrc.local
|
||||||
|
|
||||||
#
|
#
|
||||||
# Clean error level.
|
# Clean error level.
|
||||||
|
|||||||
Reference in New Issue
Block a user