mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
whoa
This commit is contained in:
parent
d6c8e3c303
commit
f0f1c71f53
3 changed files with 20 additions and 0 deletions
17
home/-shrc
17
home/-shrc
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue