Skip to content

Instantly share code, notes, and snippets.

@st3no
Last active January 20, 2022 10:34
Show Gist options
  • Save st3no/64e60a6e39534f22c6b90717bcbc40ac to your computer and use it in GitHub Desktop.
Save st3no/64e60a6e39534f22c6b90717bcbc40ac to your computer and use it in GitHub Desktop.
alias winget="winpty winget"
alias ls='ls --color'
alias l='ls --color'
alias ll='ls -l --color'
alias la='ls -la --color'
alias c='clear'
alias h='history'
alias r='dotnet run'
alias p='dotnet publish -r win-x64 -c Release'
alias fpp='git fetch -p && git pull'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment