diff options
-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 |