diff --git a/home/-shrc b/home/-shrc index ff84be6..bca7465 100644 --- a/home/-shrc +++ b/home/-shrc @@ -70,6 +70,7 @@ alias irc="screen -dR irc irssi" alias crawl='screen -dR crawl ssh crawl@crawl.develz.org -i ~/.ssh/crawl' alias crawla='screen -dR crawl ssh crawl@crawl.akrasiac.org -l joshua -i ~/.ssh/crawl' alias revend='objcopy -I binary -O binary --reverse-bytes=4' +alias fucksystemd='dmesg | grep -v audit' # providing extra functionality # TODO: dotfiles first, like `LC_ALL=C ls -A` which doesnt work with -X flag diff --git a/home/vimrc b/home/vimrc index 8e8bbde..aa229ce 100644 --- a/home/vimrc +++ b/home/vimrc @@ -92,7 +92,7 @@ endf if has('autocmd') augroup tabs " 4 spaces as tabs for various languages au! - au FileType bash,sh,zsh,mk,awk,python,lua,vim call TabFour() + au FileType bash,sh,zsh,mk,awk,python,pyrex,lua,vim call TabFour() au BufRead,BufNewFile *.json call TabFour() au BufRead,BufNewFile PKGBUILD call TabTwo() au FileType ruby call TabTwo()