1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00

revolution the only solution

This commit is contained in:
Connor Olding 2015-03-05 06:48:51 -08:00
parent d6432dc47b
commit 3623b43a69
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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()