From 29d1e5e02f04683d54b4d952ef40b11896beebc8 Mon Sep 17 00:00:00 2001 From: Raphael McSinyx Date: Mon, 21 Nov 2016 23:16:00 +0700 Subject: Add a few aliases to .bashrc --- bash/.bashrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bash') 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 -- cgit 1.4.1