diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-18 10:00:34 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-12-18 10:00:34 +0100 |
commit | d8377aff37fc8038c866a60540bf1f515961af84 (patch) | |
tree | 1628200d8299f56500ac24f35f6b54aa69c56d16 /etc/function | |
parent | e9db94a1e2a72ae51e476cbc372ca774f3c65125 (diff) |
xsource: Removed alias definition from zshrc
Diffstat (limited to 'etc/function')
-rw-r--r-- | etc/function | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/function b/etc/function index 7f4cbb7..4e13745 100644 --- a/etc/function +++ b/etc/function @@ -12,6 +12,7 @@ for funcfile in $ZDIR/functions/*(*N); unset funcfile colors +xsource # from https://git.tabularazor.org/~mikael/etc/tree/zsh/functions for action in Start Stop Restart Reload; { |