diff options
Diffstat (limited to 'etc/function')
-rw-r--r-- | etc/function | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/function b/etc/function index 7f4cbb7..bd92211 100644 --- a/etc/function +++ b/etc/function @@ -2,7 +2,6 @@ # zsh functions autoload -U compinit -autoload colors autoload catch throw autoload zargs @@ -11,8 +10,6 @@ for funcfile in $ZDIR/functions/*(*N); autoload ${funcfile:t} unset funcfile -colors - # from https://git.tabularazor.org/~mikael/etc/tree/zsh/functions for action in Start Stop Restart Reload; { eval "function $action { |