commit d42090eba1b1d805fc43d520ffa3db3b8dd7a7ac
parent 599262ee9672eebab20c9eac3886145757f425c4
Author: edvb54 <edvb54@gmail.com>
Date: Tue, 24 Jun 2014 11:50:19 -0700
Minor adjustments
Diffstat:
3 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/bash_profile b/bash_profile
@@ -7,7 +7,7 @@ random_happy_ned() {
}
random_sad_ned() {
- local faces=(":P" ":'(" ":(" ":O" ":\\" ":|" ":(" ":(")
+ local faces=(":P" ":(" ":(" ":O" ":\\" ":|" ":(" ":(")
local l=${#faces[*]}
local sym=${faces[$(($RANDOM % $l))]}
echo $sym
@@ -74,7 +74,9 @@ alias brc='vim ~/dotfiles/bashrc'
alias bp='vim ~/dotfiles/bash_profile'
alias tconf='vim ~/dotfiles/tmux.conf'
-alias v='xmodmap ~/.vim_keyboard'
+alias v='xmodmap ~/.vim-keys.xmodmap'
+alias emacs='emacs -nw'
+alias vless='vim -u /usr/share/vim/vim74/macros/less.vim'
# function stuff{{{1
function ipls
diff --git a/bashrc b/bashrc
@@ -109,7 +109,7 @@ if ! shopt -oq posix; then
fi
fi
#}}}
-# load bash_profile
+# load other files
source ~/dotfiles/bash_profile
source ~/dotfiles/colors
source ~/.fzf.bash
diff --git a/tmux.conf b/tmux.conf
@@ -87,8 +87,8 @@ set -g status-right '\
#[fg=blue]#H\
'
-setw -g window-status-format "#I #W "
-setw -g window-status-current-format "#I #W "
+setw -g window-status-format "#I #W"
+setw -g window-status-current-format "#I #W"
#}}}
# powerline status{{{