mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:27:34 +00:00
Small fix to getting current working dir
This commit is contained in:
parent
2baf30ab91
commit
8f0f469d75
2
vim-sync-append.sh
Normal file → Executable file
2
vim-sync-append.sh
Normal file → Executable file
@ -1,7 +1,7 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
# Get current directory for future use in links
|
# Get current directory for future use in links
|
||||||
VIM_SYNC_DIR=${pwd}
|
VIM_SYNC_DIR=${PWD}
|
||||||
|
|
||||||
# If a .vimrc_sync doesn't exist, link it
|
# If a .vimrc_sync doesn't exist, link it
|
||||||
if [[ ! ( -f ~/.vimrc_sync ) ]]; then
|
if [[ ! ( -f ~/.vimrc_sync ) ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user