summaryrefslogtreecommitdiff
path: root/etc/function
blob: 2c73f35663d2653131a527d74fff6f06c93c62fb (plain)
1
2
3
4
5
6
7
8
9
10
11
autoload chpwd extr plonkhost world-readable youtube-watch
autoload reload
autoload gitd hgd
autoload xexport xsource

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} ; }"
}