Last active
April 8, 2025 19:23
-
-
Save dmccreary/5d50df6a5595ba3bb01948842fee0720 to your computer and use it in GitHub Desktop.
Sample startup file for MacOS
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
# short UNIX shell prompt | |
PS1='%2~ %\$ ' | |
# alias to open visual studio code using the workspace | |
alias ovs='open -a "Visual Studio Code" *.code-workspace | |
# all the steps to publish content | |
alias pc='clear;git pull;git add *; git commit -m "updating content"; git push; mkdocs gh-deploy;' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment