[ZSH] Temporarily create nvim shared config file
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export PATH="/snap/bin:$HOME/.local/bin:$HOME/dotfiles/scripts:$PATH"
|
||||
export XDG_CONFIG_HOME="$HOME/.config" # Fix nvim bug
|
||||
|
||||
[[ -z $SSH_AUTH_SOCK ]] || export FORWARD_SOCK=$SSH_AUTH_SOCK
|
||||
|
||||
[[ -f ~/.zsh/.powerline_config ]] && source ~/.zsh/.powerline_config
|
||||
@@ -14,6 +15,10 @@ else
|
||||
shared_config=0
|
||||
fi
|
||||
|
||||
if [[ -f ~/.zsh/.shared_config ]] ; then
|
||||
touch ~/.config/nvim/.shared_config
|
||||
fi
|
||||
|
||||
# Load Antidote
|
||||
mkdir -p ${ZDOTDIR:-~}/.cache/zsh
|
||||
static_file=${ZDOTDIR:-~}/.cache/zsh/.zsh_plugins.zsh
|
||||
|
||||
Reference in New Issue
Block a user