1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08: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 [ "$a" = "$b" ] && touch ~/.sh.zwc || zrecompile -p ~/.sh
} }
dummy() { :; } ### @- return 0, ignoring arguments. dummy() : ### @- return 0, ignoring arguments.
preload=dummy preload=dummy
. ~/.sh . ~/.sh
unset preload unset preload

View file

@ -5,7 +5,7 @@
VERBOSE="${VERBOSE:-1}" VERBOSE="${VERBOSE:-1}"
NAME="$0" 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() { note() {
local IFS=" " local IFS=" "