1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00

superficial tweaks

This commit is contained in:
Connor Olding 2021-09-25 00:33:25 -07:00
parent a7ba31454c
commit 6af14909fb
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ function {
[ "$a" = "$b" ] && touch ~/.sh.zwc || zrecompile -p ~/.sh
}
dummy() { :; } ### @- return 0, ignoring arguments.
dummy() : ### @- return 0, ignoring arguments.
preload=dummy
. ~/.sh
unset preload

View File

@ -5,7 +5,7 @@
VERBOSE="${VERBOSE:-1}"
NAME="$0"
[ -n "$ZSH_VERSION" -o -n "$BASH" ] || VERBOSE=0 # no colors for you
[ -n "$ZSH_VERSION" -o -n "$BASH_VERSION" ] || VERBOSE=0 # no colors for you
note() {
local IFS=" "