mirror of
https://github.com/notwa/rc
synced 2024-11-05 00:29:02 -08:00
revolution the only solution
This commit is contained in:
parent
d6432dc47b
commit
3623b43a69
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue