Skip to content

Commit

Permalink
some dotfile tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
axelmagn committed Feb 14, 2015
1 parent 37207d0 commit 400fddf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/tmux/tmux.conf
Expand Up @@ -4,4 +4,3 @@ bind k select-pane -U
bind h select-pane -L
bind l select-pane -R
bind Tab select-pane -t :.+
set -g default-terminal screen-256color
2 changes: 1 addition & 1 deletion config/vim/vimrc
Expand Up @@ -239,7 +239,7 @@ set colorcolumn=+1
highlight ColorColumn ctermbg=darkgrey guibg=darkgrey

" line numbers preferred
set nu
set rnu

" Linebreak on 500 characters
set lbr
Expand Down
1 change: 1 addition & 0 deletions freshrc
Expand Up @@ -19,6 +19,7 @@ fresh shell/aliases.sh
# environment
fresh shell/global_env.sh
fresh shell/heroku_env.sh
fresh shell/editor.sh
# fresh shell/terminal_env.sh
fresh shell/go_env.sh
fresh shell/rust_env.sh
Expand Down

0 comments on commit 400fddf

Please sign in to comment.