mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 19:57:37 +00:00
Swiched Sync Directory Path to Absolute
This commit is contained in:
parent
4a26fbf8bd
commit
0e48c72c09
@ -10,7 +10,9 @@ if [ -f ~/.bashrc ]; then
|
||||
fi
|
||||
|
||||
# Get current directory for future use in links
|
||||
VIM_SYNC_DIR=${PWD}
|
||||
VIM_SYNC_DIR=$(dirname $0)
|
||||
cd $VIM_SYNC_DIR
|
||||
VIM_SYNC_DIR=$(pwd)
|
||||
|
||||
# Verify git is installed (although needed to checkout
|
||||
command -v git >/dev/null 2>&1 || {
|
||||
|
Loading…
Reference in New Issue
Block a user