Skip to content

Instantly share code, notes, and snippets.

@CMarzin
Last active August 15, 2017 17:11
Show Gist options
  • Save CMarzin/893b02cb677e7c5e82d65b2090bc6273 to your computer and use it in GitHub Desktop.
Save CMarzin/893b02cb677e7c5e82d65b2090bc6273 to your computer and use it in GitHub Desktop.
Terminal alias and personal configuration
{
"monitoring": "https://github.com/aksakalli/gtop",
"zsh": "http://www.zsh.org",
"oh-my-zsh": "https://github.com/robbyrussell/oh-my-zsh",
"oh-my-zsh cheatsheet": "https://github.com/robbyrussell/oh-my-zsh/wiki/Cheatsheet",
"path visual studio code in .zshrc": "export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"",
"alias":
{
"please": "sudo",
"monitor": "LANG=en_US.utf8 TERM=xterm-256color gtop",
"cdDev": "cd Desktop/Github",
"openZ": "nano ~/.zshrc",
"sourceZ": "source ~/.zshrc",
"copypath": "pwd|pbcopy"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment