Last active
February 25, 2021 16:32
-
-
Save ygit/1191707c689f8b5717041b4a44972756 to your computer and use it in GitHub Desktop.
Fish Terminal alias & config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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