Created
March 30, 2021 17:27
-
-
Save marcus7777/5c3d98d6ca7db6609895dae61309f2b9 to your computer and use it in GitHub Desktop.
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
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