Remove task sync (not used anymore)
This commit is contained in:
parent
1a0d7c954d
commit
b77cc3a13e
1 changed files with 0 additions and 6 deletions
6
.zshrc
6
.zshrc
|
@ -5,7 +5,6 @@ ZSH_THEME="afowler"
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
||||||
# :: Zplug - ZSH plugin manager
|
# :: Zplug - ZSH plugin manager
|
||||||
export ZPLUG_HOME=$HOME/.zplug
|
export ZPLUG_HOME=$HOME/.zplug
|
||||||
|
|
||||||
|
@ -40,11 +39,6 @@ else
|
||||||
HAS_NETWORK=0
|
HAS_NETWORK=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Sync to task server
|
|
||||||
if [[ "$HAS_NETWORK" == 1 ]]; then
|
|
||||||
task sync > /dev/null 2> /dev/null
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Preferred editor for local and remote sessions
|
# Preferred editor for local and remote sessions
|
||||||
if [[ -n $SSH_CONNECTION ]]; then
|
if [[ -n $SSH_CONNECTION ]]; then
|
||||||
export EDITOR='nvim'
|
export EDITOR='nvim'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue