1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-25 16:57:12 -07:00
This commit is contained in:
Connor Olding 2016-08-27 23:45:42 -07:00
parent d6c8e3c303
commit f0f1c71f53
3 changed files with 20 additions and 0 deletions

View File

@ -83,6 +83,23 @@ alias gd='git diff -U2'
alias gds='git --no-pager diff --stat'
alias gl='git log --oneline'
whoa=(
-fdiagnostics-color=always
-Wall
-Wextra
-Werror=implicit-function-declaration
-Winline
-Wshadow
-Wno-unused
-Wno-padded
-Wno-missing-field-initializers
-Wno-misleading-indentation # gcc 6
-Wno-disabled-macro-expansion # clang
-Wno-language-extension-token # clang
-Wno-unknown-warning-option # clang
)
# being specific
alias pip="sudo -H pip3"
alias irc="screen -dR irc irssi"

View File

@ -123,6 +123,7 @@ bindkey '^Xe' edit-command-line # ctrl+x -> e
alias -g OMFG="1>/dev/null"
alias -g STFU="2>/dev/null"
alias -g WHOA='${whoa[@]}'
for x in ack cd cp ebuild gcc gist grep ln man mkdir mv rm
alias $x="nocorrect $x"

View File

@ -10,3 +10,5 @@ alt+8 set window-scale 4.0
/ add volume -3
0 add volume 3
* add volume 3
alt+9 set contrast 0; set brightness 0; set gamma 0
alt+0 set contrast 12; set brightness -2; set gamma 10