1
0
Fork 0

message if local history file

This commit is contained in:
Maurice Audin 2019-03-05 15:41:01 +01:00
parent ce6990050d
commit d33af58cb0

View file

@ -1,5 +1,10 @@
# bip at command end # bip at command end
function precmd() {echo -n -e "\a"} function precmd() {
echo -n -e "\a"
if [ $_per_directory_history_is_global = false ]; then
echo "\e[31mUsing local history\e[39m"
fi
}
# do not share history between terms... # do not share history between terms...
unsetopt share_history unsetopt share_history