I hereby claim:
- I am butlerx on github.
- I am butlerx (https://keybase.io/butlerx) on keybase.
- I have a public key whose fingerprint is C61F 9E96 0956 795F 3DB4 1361 B37C A765 BAA8 9170
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
native-path: BAT0 | |
vendor: LGC-LGC7.3 | |
model: DELL 5K9CP64 | |
serial: 41167 | |
power supply: yes | |
updated: Sun 26 Jun 2016 22:58:38 IST (35 seconds ago) | |
has history: yes | |
has statistics: yes | |
battery |
native-path: BAT0 | |
vendor: LGC-LGC7.3 | |
model: DELL 5K9CP64 | |
serial: 41167 | |
power supply: yes | |
updated: Sun 26 Jun 2016 23:02:39 IST (55 seconds ago) | |
has history: yes | |
has statistics: yes | |
battery | |
present: yes |
v0.1.14 | |
v0.1.15 | |
v0.1.16 | |
v0.1.17 | |
v0.1.18 | |
v0.1.19 | |
v0.1.20 | |
v0.1.21 | |
v0.1.22 | |
v0.1.23 |
# Autoload screen if we aren't in it. (Thanks Fjord!) | |
#if [[ $TMUX = '' ]] then tmux -CC; fi | |
source ~/.zsh/checks.zsh | |
source ~/.zsh/colors.zsh | |
source ~/.zsh/setopt.zsh | |
source ~/.zsh/exports.zsh | |
source ~/.zsh/prompt.zsh | |
source ~/.zsh/completion.zsh | |
source ~/.zsh/aliases.zsh |
source ~/.zsh/checks.zsh | |
source ~/.zsh/colors.zsh | |
source ~/.zsh/setopt.zsh | |
source ~/.zsh/exports.zsh | |
source ~/.zsh/prompt.zsh | |
source ~/.zsh/completion.zsh | |
source ~/.zsh/aliases.zsh | |
source ~/.zsh/bindkeys.zsh | |
source ~/.zsh/functions.zsh | |
source ~/.zsh/history.zsh |
# ------------------------------------------------------------------- | |
# use nocorrect alias to prevent auto correct from "fixing" these | |
# ------------------------------------------------------------------- | |
alias foobar='nocorrect foobar' | |
alias g8='nocorrect g8' | |
# ------------------------------------------------------------------- | |
# Ruby stuff | |
# ------------------------------------------------------------------- | |
alias ri='ri -Tf ansi' # Search Ruby documentation |
#Delete | |
"xvkbd -xsendevent -text '\[Delete]'" | |
m:0x4 + c:22 | |
Ctrl + BackSpace | |
#End | |
"xvkbd -xsendevent -text '\[End]'" | |
m:0x4 + m:0x8 + c:114 | |
Ctrl + Alt + Right |
# https://github.com/seebi/tmux-colors-solarized/blob/master/tmuxcolors-256.conf [65/226] | |
set-option -g status-bg colour235 #base02 | |
set-option -g status-fg colour136 #yellow | |
set-option -g status-attr default | |
# set window split | |
bind-key v split-window -h | |
bind-key b split-window | |
# default window title colors |
xterm*termName: xterm-256color | |
XTerm*locale: true | |
xterm*saveLines: 4096 | |
xterm*reverseVideo: on | |
! URxvt*termName: string | |
! URxvt*geometry: geometry | |
! URxvt*chdir: string | |
! URxvt*reverseVideo: true | |
! URxvt*loginShell: boolean |