about summary refs log tree commit diff
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index a024b71..bbdd0d8 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -100,6 +100,7 @@ export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quo
 alias x='cd ~ && startx'
 alias wduck='w3m duckduckgo.com'
 alias scot='scrot ~/Pictures/Screenshots/%FT%T.png'
+alias gcc='gcc -O2 -lm'
 TF_ALIAS=fuck alias fuck='eval $(thefuck $(fc -ln -1)); history -r'
 
 if [ -f ~/.bash_aliases ]; then