mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-23 05:17: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
|
fi
|
||||||
|
|
||||||
# Get current directory for future use in links
|
# 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
|
# Verify git is installed (although needed to checkout
|
||||||
command -v git >/dev/null 2>&1 || {
|
command -v git >/dev/null 2>&1 || {
|
||||||
|
Loading…
Reference in New Issue
Block a user