diff options
author | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-11-21 23:16:00 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-11-21 23:16:00 +0700 |
commit | 29d1e5e02f04683d54b4d952ef40b11896beebc8 (patch) | |
tree | 05867f8bd699cb06938717457dce09b37c88270c | |
parent | 576930c45f2562abe0d8139b1a1f3418d5bb976c (diff) | |
download | dotfiles-29d1e5e02f04683d54b4d952ef40b11896beebc8.tar.gz |
Add a few aliases to .bashrc
-rw-r--r-- | bash/.bashrc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index bbdd0d8..65c9ae3 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -96,11 +96,12 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quo # You may want to put all your additions into a separate file like # ~/.bash_aliases, instead of adding them here directly. # See /usr/share/doc/bash-doc/examples in the bash-doc package. -#alias gcc='gcc -Wall -Werror' alias x='cd ~ && startx' -alias wduck='w3m duckduckgo.com' alias scot='scrot ~/Pictures/Screenshots/%FT%T.png' alias gcc='gcc -O2 -lm' +alias fpc='fpc -O1 -XS' +alias mount='udevil mount' +alias umount='udevil umount' TF_ALIAS=fuck alias fuck='eval $(thefuck $(fc -ln -1)); history -r' if [ -f ~/.bash_aliases ]; then |