mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
flag-related stuff
This commit is contained in:
parent
58e6c2710e
commit
a48a94fc84
2 changed files with 14 additions and 2 deletions
14
home/-shrc
14
home/-shrc
|
@ -68,7 +68,7 @@ unset x
|
|||
# just flags
|
||||
export LESS='-SR'
|
||||
alias db="dropbox_uploader"
|
||||
alias fils="du -bad1"
|
||||
alias fils="du -bahd1"
|
||||
alias lsa="ls -A --group-directories-first"
|
||||
alias logs="logs -o cat -b -e"
|
||||
alias logsf="logs -f -e"
|
||||
|
@ -102,6 +102,17 @@ whoa=(
|
|||
-Wno-unknown-warning-option # clang
|
||||
)
|
||||
|
||||
welp=(
|
||||
-fno-exceptions
|
||||
-fno-non-call-exceptions
|
||||
-fno-rtti
|
||||
#-fno-use-cxa-atexit
|
||||
#-ffreestanding
|
||||
-fno-common
|
||||
-ffunction-sections -fdata-sections -Wl,--gc-sections
|
||||
-finline-small-functions -findirect-inlining
|
||||
)
|
||||
|
||||
# being specific
|
||||
alias pip="sudo -H pip3"
|
||||
alias irc='screeny "$USER" irc irssi'
|
||||
|
@ -113,6 +124,7 @@ alias clone='sudo rsync -aHA --info=progress2 --no-i-r'
|
|||
alias meow='( cd ~/play/meow; ~/sh/meow.sh/run -pa )'
|
||||
# TODO: dotfiles first, like `LC_ALL=C ls -A` which doesnt work with -X flag
|
||||
alias ll="ify less ls -lAX --group-directories-first --color=force"
|
||||
alias get="git clone --single-branch --depth 1"
|
||||
|
||||
# providing extra functionality
|
||||
alias counts='find . | wc -l'
|
||||
|
|
|
@ -29,7 +29,7 @@ _M_LEVEL="$REPLY"
|
|||
_nn="$(uname -n | tr A-Z a-z)"
|
||||
|
||||
earphones() {
|
||||
_M_PROCESS="lowpass=8000:p=1,$_M_KILL,$_M_SPEAKERS,alimiter"
|
||||
_M_PROCESS="lowpass=8000:p=1,$_M_KILL,$_M_SPEAKERS,alimiter=level_out=0.707"
|
||||
}
|
||||
|
||||
if [[ "$_nn" == "spectre" ]]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue