Skip to content

Instantly share code, notes, and snippets.

@marcus7777
Created March 30, 2021 17:27
Show Gist options
  • Save marcus7777/5c3d98d6ca7db6609895dae61309f2b9 to your computer and use it in GitHub Desktop.
Save marcus7777/5c3d98d6ca7db6609895dae61309f2b9 to your computer and use it in GitHub Desktop.
alias cd..='cd ..'
alias cp='cp -i'
alias d='ls'
alias df='df -h -x supermount'
alias du='du -h'
alias egrep='egrep --color'
alias fgrep='fgrep --color'
alias grep='grep --color'
alias l='ls'
alias la='ls -a'
alias ll='ls -l'
alias ls='ls -F --color=auto'
alias lsd='ls -d */'
alias md='mkdir'
alias p='cd -'
alias rd='rmdir'
alias pull='git pull'
alias push='git push'
alias pu='git pull && git push'
alias commit='git commit'
alias install="sudo apt-get install"
alias update="sudo apt-get update && sudo apt upgrade"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment