mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
stuff for shift-jis binary dumps
This commit is contained in:
parent
1346bd037e
commit
20815810c3
1 changed files with 5 additions and 1 deletions
|
@ -18,6 +18,9 @@ r="$HOME/.gem/ruby/2.2.0/bin"
|
||||||
mkdir -p "$r" && ADDPATH "$r"
|
mkdir -p "$r" && ADDPATH "$r"
|
||||||
unset r
|
unset r
|
||||||
|
|
||||||
|
export GOPATH="$HOME/go"
|
||||||
|
ADDPATH "$GOPATH/bin"
|
||||||
|
|
||||||
ify() {
|
ify() {
|
||||||
[ $# -ge 2 ] || return
|
[ $# -ge 2 ] || return
|
||||||
local ex=$1
|
local ex=$1
|
||||||
|
@ -50,7 +53,6 @@ export MAKEFLAGS="-j2"
|
||||||
export VST_SDK_DIR="$HOME/src/vstsdk2.4"
|
export VST_SDK_DIR="$HOME/src/vstsdk2.4"
|
||||||
|
|
||||||
export EDITOR='vim -p'
|
export EDITOR='vim -p'
|
||||||
export GOPATH="$HOME/go"
|
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
for x in ls dir vdir grep fgrep egrep; do
|
for x in ls dir vdir grep fgrep egrep; do
|
||||||
|
@ -89,6 +91,8 @@ alias counts='find . | wc -l'
|
||||||
alias exts='print -l *(:e:l) | sort | uniq -c | sort -n'
|
alias exts='print -l *(:e:l) | sort | uniq -c | sort -n'
|
||||||
alias meow='( cd ~/play/meow; ~/sh/meow.sh/run -pa )'
|
alias meow='( cd ~/play/meow; ~/sh/meow.sh/run -pa )'
|
||||||
alias nocom='grep -oP --line-buffered --color=never "^[^#]+"'
|
alias nocom='grep -oP --line-buffered --color=never "^[^#]+"'
|
||||||
|
alias jrep='grep -aPo "[\x{20}-\x{7E}\x{4E00}-\x{9FFF}\x{3040}-\x{30FF}]+"'
|
||||||
|
alias bomb='uconv -f utf-8 -t utf-8 --add-signature'
|
||||||
alias unwrap='awk '\''BEGIN{RS="\n\n";FS="\n"}{for(i=1;i<=NF;i++)printf "%s ",$i;print "\n"}'\'
|
alias unwrap='awk '\''BEGIN{RS="\n\n";FS="\n"}{for(i=1;i<=NF;i++)printf "%s ",$i;print "\n"}'\'
|
||||||
alias picky='{ pacman -Qgq base base-devel | tee -; pacman -Qtnq; } | sort | uniq -u'
|
alias picky='{ pacman -Qgq base base-devel | tee -; pacman -Qtnq; } | sort | uniq -u'
|
||||||
alias unused='{ pacman -Qt; pacman -Qe | tee -; } | sort | uniq -u'
|
alias unused='{ pacman -Qt; pacman -Qe | tee -; } | sort | uniq -u'
|
||||||
|
|
Loading…
Add table
Reference in a new issue