Created
January 28, 2025 16:38
-
-
Save mh0w/3c4cfb99a19d5cdff070263457f8c0f8 to your computer and use it in GitHub Desktop.
.bashrc
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
function hello() { | |
echo "Hello, $1!" | |
} | |
function checktimes { | |
echo "Checking recent start and end times, please wait..." | |
powershell -Command "& { Invoke-Expression (Get-Content -Raw '//NDATA12/hawkem$/My Documents/WindowsPowerShell/checktimes.txt') }" | |
} | |
alias gitt='git -c "http.https://github.com/.extraheader=$GH_AUTH"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment