about summary refs log tree commit diff
path: root/bash
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-08 11:32:41 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2016-11-20 16:44:10 +0700
commit576930c45f2562abe0d8139b1a1f3418d5bb976c (patch)
treea976e4050a431c972df19ab2d0b1b8cd62ff935e /bash
parent76e366782fc5cf88c14a8feb34874afa50a3c214 (diff)
downloaddotfiles-576930c45f2562abe0d8139b1a1f3418d5bb976c.tar.gz
Update 20161108
Diffstat (limited to 'bash')
-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