mirror of
https://github.com/gyoder/dots.git
synced 2026-02-27 17:03:45 +00:00
minor changes
This commit is contained in:
parent
6973cca5cc
commit
aa84593153
2 changed files with 4 additions and 0 deletions
|
|
@ -18,7 +18,9 @@ if string match -q "*turing*" "$host"
|
|||
/Users/scie/.cargo/bin \
|
||||
/Users/scie/.local/xonsh-env/xbin \
|
||||
/usr/bin \
|
||||
/usr/local/bin \
|
||||
/usr/sbin \
|
||||
/usr/local/sbin \
|
||||
/bin \
|
||||
/sbin
|
||||
else if test "$host" = "lovelace"
|
||||
|
|
|
|||
|
|
@ -22,6 +22,8 @@ set showmatch
|
|||
set hlsearch
|
||||
set history=1000
|
||||
set splitright
|
||||
set relativenumber
|
||||
|
||||
|
||||
if version >= 703
|
||||
set undodir=~/.vim/backup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue