Skip to content

Instantly share code, notes, and snippets.

@Manouchehri
Created February 16, 2015 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Manouchehri/83eef70ca685e38c6730 to your computer and use it in GitHub Desktop.
Save Manouchehri/83eef70ca685e38c6730 to your computer and use it in GitHub Desktop.
alias aria2c='aria2c -x16 -j32 -s32 --header="User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:35.0) Gecko/20100101 Firefox/35.0" --header="Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" --header="Accept-Encoding: gzip, deflate" --header="Accept-Language: en-US,en;q=0.5"'
alias rc.d='systemctl'
alias xzip='zip -9'
alias xtar='XZ_OPT="-9e" tar --owner=root --group=root -Jcvf'
shopt -s histappend
PROMPT_COMMAND='history -a; history -n'
export EDITOR="vim"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment