Guest User

Untitled

a guest
Jan 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. # Path to Oh My Fish install.
  2. set -q XDG_DATA_HOME
  3. and set -gx OMF_PATH "$XDG_DATA_HOME/omf"
  4. or set -gx OMF_PATH "$HOME/.local/share/omf"
  5.  
  6. # Load Oh My Fish configuration.
  7. source $OMF_PATH/init.fish
  8.  
  9. alias gd='git diff '
  10. alias gtc='git commit -m '
  11. alias gl='gl'
  12. alias gm='git merge '
  13. alias go='git checkout '
  14. alias gch='git checkout -b '
  15. alias gtp='git pull '
  16. alias gta='git add '
  17. alias gtps='git push origin '
  18. alias gts='git status'
  19. alias v='git branch -v'
  20.  
  21. alias webapp='source ~/webapp.sh'
  22. alias app='source ~/dlapp.sh'
  23. alias s='bash ~/g.sh'
  24. alias t='bash ~/t.sh'
  25. alias n='git grep'
Add Comment
Please, Sign In to add comment