Created
September 23, 2020 06:46
-
-
Save harrisonmalone/9c5d77a95aa4bb13150691139e995c87 to your computer and use it in GitHub Desktop.
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
# aliases | |
# this clears the screen in a nice way than command k | |
alias c='clear' | |
# this cds to icloud drive | |
alias ic='cd ~/Library/Mobile\ Documents/com~apple~CloudDocs/ && code .' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment