blob: 2bdbb9755455b10af85608da77d395627095387d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
## vim:ft=zsh
autoload chpwd extr plonkhost world-readable youtube-watch
autoload reload
autoload rtab
autoload xexport xsource
autoload put
autoload throw catch
# from https://git.tabularazor.org/~mikael/etc/tree/zsh/functions
for action in Start Stop Restart Reload; {
eval "$action() { sudo /etc/init.d/\$1 ${action:l} ; }"
}
|