diff options
author | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-07-02 11:13:07 +0700 |
---|---|---|
committer | Raphael McSinyx <vn.mcsinyx@gmail.com> | 2016-11-20 16:44:09 +0700 |
commit | 990b81ac195e7e0358beae14a5fdea4c4419ac7c (patch) | |
tree | 33fcfc02715887751e3fb6cb959f98837ebf6f56 /bash | |
parent | 8685a884cb356c2b91297c7d70cb4083a789e667 (diff) | |
download | dotfiles-990b81ac195e7e0358beae14a5fdea4c4419ac7c.tar.gz |
Update 20160702
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index a02f3b0..7f7d903 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -96,6 +96,7 @@ 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' |