Skip to content

Commit

Permalink
Fix compatibility with xonsh
Browse files Browse the repository at this point in the history
  • Loading branch information
mgunyho committed Jul 3, 2022
1 parent c19b1e0 commit 486ce5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ set foldopen-=search " do not open folds if there's a match inside them
set cursorline " highglight the line on which the cursor is atm.
set lazyredraw " redraw screen only when macro has finished, increases execution speed
set nojoinspaces " don't produce two spaces on 'J' when a line ends with a period
set shell=/bin/bash " to be compatible with xonsh
set autochdir " automatically set working directory to path of open file.
" actually cd to the current file (the above is only applied upon changing file)
cd %:p:h
Expand Down

0 comments on commit 486ce5f

Please sign in to comment.