Skip to content

Instantly share code, notes, and snippets.

@jjungnickel
Created December 28, 2009 11:54
Show Gist options
  • Save jjungnickel/264645 to your computer and use it in GitHub Desktop.
Save jjungnickel/264645 to your computer and use it in GitHub Desktop.
# Colorize ls
alias ls="ls --color -F"
# Kill M-Stream Port
function killmstream() {
for port in $*; do
sudo pkill -Umstream -f "mstreamserver -p ${port}";
done
}
# vim: ft=zsh :
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment