Advertisement
Guest User

Untitled

a guest
Mar 7th, 2018
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. # MacPorts Installer addition on 2017-04-27_at_00:01:15: adding an appropriate PATH variable for use with MacPorts.
  2. #export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
  3. # Finished adapting your PATH environment variable for use with MacPorts.
  4. #export PATH=$PATH:/usr/local/sbin
  5. export CLICOLOR=1
  6. export LSCOLORS=cxfxcxdxbxegedabagacad
  7. alias ls='ls -GFh'
  8. alias ll='ls -la'
  9. alias rm='rm -i'
  10. alias art='php artisan'
  11. export PS1="\[\033[36m\]\A-\u\[\033[m\]:\[\e[0;93m\]\w\[\033[32m\]\$\[\033[m\] "
  12. alias subl="/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl"
  13. alias bashprofile="source ~/.bash_profile"
  14. #alias push-the-button=""
  15. alias goto-leap-instance='function _gtli(){ ssh "root@leap$1.bch-intelligence.ru"; };_gtli'
  16. alias push-the-button='function _ptb(){ scp -rp /Users/diqost/BI/leap/public "root@leap$1.bch-intelligence.ru:/var/www/html/leap"; };_ptb'
  17. alias push-to-leap-instance1='function _ptb1(){ scp -rp /Users/diqost/BI/leap/public "root@leap.bch-intelligence.ru:/home/leap/leap"; scp /Users/diqost/BI/leap/resources/views/welcome.blade.php "root@leap.bch-intelligence.ru:/home/leap/leap/resources/views/welcome.blade.php"; };_ptb1'
  18. alias push-to-leap-instance3='function _ptb3(){ scp -rp /Users/diqost/BI/leap/public "root@leap3.bch-intelligence.ru:/var/www/html/leap-3"; scp /Users/diqost/BI/leap/resources/views/welcome.blade.php "root@leap3.bch-intelligence.ru:/var/www/html/leap-3/resources/views/welcome.blade.php"; };_ptb3'
  19. alias push-to-leap-instance4='function _ptb4(){ scp -rp /Users/diqost/BI/leap/public "root@leap4.bch-intelligence.ru:/var/www/html/leap-4"; scp /Users/diqost/BI/leap/resources/views/welcome.blade.php "root@leap4.bch-intelligence.ru:/var/www/html/leap-4/resources/views/welcome.blade.php"; };_ptb4'
  20.  
  21. alias push-the-button-template='function _ptbt(){ scp /Users/diqost/BI/leap/resources/views/welcome.blade.php "root@leap$1.bch-intelligence.ru:/var/www/html/leap/resources/views/welcome.blade.php"; };_ptbt'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement