Skip to content

Instantly share code, notes, and snippets.

@stchar
Last active April 11, 2021 09:17
Show Gist options
  • Save stchar/04b6397f4476c695b2eb94379a9a0dda to your computer and use it in GitHub Desktop.
Save stchar/04b6397f4476c695b2eb94379a9a0dda to your computer and use it in GitHub Desktop.
alias ..='cd ..'
alias ll='ls -Al'
# tree
alias tree2='tree -L 2'
# git-related
# Typos
alias hui='git'
alias gti='git'
alias igt='git'
alias gut='git'
# git config --global alias.bump "commit --amend --no-edit -a"
# git config --global alias.pf "push --force"
alias bump='git bump && git pf'
# cmake-related
alias cmakeconf='cmake -S . -B build'
alias cmakebuild='cmake --build build'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment