Skip to content

Instantly share code, notes, and snippets.

@ygit
Last active February 25, 2021 16:32
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ygit/1191707c689f8b5717041b4a44972756 to your computer and use it in GitHub Desktop.
Save ygit/1191707c689f8b5717041b4a44972756 to your computer and use it in GitHub Desktop.
Fish Terminal alias & config file
alias clean='rm -rf ~/Library/Developer/Xcode/DerivedData/'
alias fast='bundle exec fastlane'
alias cl='curl -L'
alias ll='ls -l'
alias ..='cd ..'
alias please='sudo'
alias now='date +"%T"'
alias welcome='sh -x ~/welcome.sh'
status --is-interactive; and source (rbenv init -|psub)
source ~/.bash_profile
export RUBYOPT=-W0
echo Hello, World! 😁
date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment