gdritter repos dotfiles / 89c76d5
Updated with extra bits from shakti Getty Ritter 9 years ago
2 changed file(s) with 7 addition(s) and 9 deletion(s). Collapse all Expand all
99 (setq default-tab-width 4)
1010 (setq indent-tabs-mode nil)
1111
12 (setq scheme-program-name "guile")
13
1214 (if (not (getenv "BIG"))
1315 (progn
1416 (scroll-bar-mode 0)
3436 :ensure t
3537 :init (setq twittering-use-master-password t))
3638
39 ;; for redo syntax highlighting
40 (add-to-list 'auto-mode-alist '("\\.do\\'" . sh-mode))
41
3742
3843
3944
11 # .bashrc
2
3 # Source global definitions
4 if [ -f /etc/bashrc ]; then
5 . /etc/bashrc
6 fi
7
8 #cat <TODO
9 #echo
102
113 # User specific aliases and functions
124 alias cl=clear
2719 alias em='EVIL=true BARE=true emacs'
2820 alias objdump='objdump -M intel'
2921 alias pr-paper='lpr -P hp4200n -o number-up=2 -o sides=two-sided-long-edge'
30 alias big-urxvt='urxvt -fn "xft:Inconsolata:pixelsize=24"'
22 alias bigterm='urxvt -fn "xft:Inconsolata:pixelsize=24"'
23 alias hex2raw="tr -d '\\\x' | xxd -r -p"
3124
3225 export EDITOR="emacs -nw"
3326 export BASHFILESIZE=50000