Skip to content

Commit

Permalink
vim
Browse files Browse the repository at this point in the history
  • Loading branch information
pkamenarsky committed Aug 31, 2015
1 parent cb0da6b commit 4a80ff2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,6 @@
[submodule "/Users/phil/.vim/bundle/vim-easymotion"]
path = /Users/phil/.vim/bundle/vim-easymotion
url = https://github.com/Lokaltog/vim-easymotion
[submodule "/Users/phil/.vim/bundle/elm.vim"]
path = /Users/phil/.vim/bundle/elm.vim
url = git@github.com:lambdatoast/elm.vim.git
1 change: 1 addition & 0 deletions .vim/bundle/elm.vim
Submodule elm.vim added at 916842
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ if has('gui_running')
set background=light
colorscheme solarized
" set guifont=DejaVuSansMono:h14
set guifont=Monaco:h13
set guifont=Hack:h13
else
set t_Co=256
set background=light
Expand Down
Binary file modified Library/Preferences/org.shiftitapp.ShiftIt.plist
Binary file not shown.
2 changes: 1 addition & 1 deletion bin/dropbox-encfs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export ENCFS6_CONFIG="/Users/phil/Documents/encfs/key.xml"
encfs ~/Dropbox/Vault ~/Documents/Vault --extpass="cat ~/Documents/encfs/pass"
encfs ~/Dropbox/Vault ~/Documents/Vault --forcedecode --extpass="cat ~/Documents/encfs/pass"

0 comments on commit 4a80ff2

Please sign in to comment.