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
atom |
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
# Open .zshrc to be edited in VS Code | |
alias change="code ~/.zshrc" | |
# Re-run source command on .zshrc to update current terminal session with new settings | |
alias update="source ~/.zshrc" | |
alias ~="cd ~" | |
alias ..="cd .." | |
alias ...="cd ../../" | |
alias c="clear" |
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
WakaTime Gist |