mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
superficial tweaks
This commit is contained in:
parent
a7ba31454c
commit
6af14909fb
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
install
2
install
|
@ -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=" "
|
||||
|
|
Loading…
Add table
Reference in a new issue