Skip to content

Instantly share code, notes, and snippets.

@Demonstrandum
Created October 3, 2017 22:41
Show Gist options
  • Save Demonstrandum/90840c7083ec2ab976beb346fc212008 to your computer and use it in GitHub Desktop.
Save Demonstrandum/90840c7083ec2ab976beb346fc212008 to your computer and use it in GitHub Desktop.
Aliases
alias kill='kill -KILL'
alias lookup='ps aux | grep'
alias goodnight='sudo systemctl suspend'
alias ls='ls --color=auto'
alias clean='sudo pacman -Qdtq | xargs sudo pacman --noconfirm -Rsn'
alias pacman='sudo pacman'
alias root='su root'
alias s='sudo'
alias please='sudo !-1'
alias starwars='telnet towel.blinkenlights.nl'
alias swim='sudo vim'
alias rec='ffcast -w % ffmpeg -f x11grab -show_region 1 -framerate 20 -video_size %s -i %D+%c -codec:v huffyuv -vf crop="iw-mod(iw\\,2):ih-mod(ih\\,2)" out.avi'
alias wallpaper='feh --bg-fill'
alias ..="cd .."
alias ...="cd ../.."
alias ....="cd ../../.."
alias cd..="cd .."
alias cd...="cd ../.."
alias gay='toilet -f future --gay'
alias youtube-audio="youtube-dl -f 140" # Usually works
alias youtube-video="youtube-dl -f best"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment