Advertisement
pjerky

File: .zshrc (local source file example)

Oct 27th, 2016
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.31 KB | None | 0 0
  1. export PATH="$HOME/Scripts:$PATH"
  2.  
  3. alias homestead=~/.composer/vendor/bin/homestead
  4. alias sublime='open -a "Sublime Text 2"'
  5. alias mystage='ssh mrexample@192.168.0.10' # Password is: SomeOneTwo34, IP is fake
  6. alias mpstage='ssh myproject.dev@someacquiaserver.com'
  7. alias ops='open -a PhpStorm'
  8. alias ll='ls -lah'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement