Skip to content

Instantly share code, notes, and snippets.

@mh0w
Created January 28, 2025 16:38
Show Gist options
  • Save mh0w/3c4cfb99a19d5cdff070263457f8c0f8 to your computer and use it in GitHub Desktop.
Save mh0w/3c4cfb99a19d5cdff070263457f8c0f8 to your computer and use it in GitHub Desktop.
.bashrc
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