Skip to content

Commit

Permalink
Update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
joshualande committed Oct 18, 2014
1 parent 607dc39 commit 9dedab3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bash_settings/screenrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ caption always "%{= kc}windows: %?%-Lw%?%{= kY}%n*%f %t%?(%u)%?%{= kc}%?%+Lw%?"
# gunk behind after exiting.
# (https://news.ycombinator.com/item?id=1710719)
altscreen on

defscrollback 30000
3 changes: 3 additions & 0 deletions git_settings/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@
[core]
# use vim as my editor :)
editor = /usr/bin/vim
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
4 changes: 4 additions & 0 deletions vim_settings/vimrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
" Joshua Lande's custom vim configurations


execute pathogen#infect()

"
" Enable vim enhancements not compatable with vi
set nocompatible
Expand Down

0 comments on commit 9dedab3

Please sign in to comment.