Skip to content

Commit

Permalink
Revert "Handle Fig not being installed"
Browse files Browse the repository at this point in the history
This reverts commit 7ffe1f2.

I'm removing Fig because it caused issues with vim-tmux-runner [1] [2] [3].
The founders of Fig are trying to work with Chris Toomey to find a
solution though [3], so I could get it working if I really wanted to I bet.

For now, I'm just going to remove Fig; vim and tmux navigation is
more important.

The thing that attracted me to Fig was the command line autocomplete, but
I'm not sure that's worth the cost. Fig does a lot more than I actually
want it to, and it seems to be a fairly complex tool. Dealing with it doesn't
seem worth the value it would create for me. I'll pass.

[1]: christoomey/vim-tmux-navigator#339
[2]: christoomey/vim-tmux-navigator#317
[3]: christoomey/vim-tmux-navigator#295
  • Loading branch information
conradbeach committed Jan 20, 2023
1 parent a92aa29 commit 1e0c27a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .zshrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Fig pre block. Keep at the top of this file.
if [ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]; then
. "$HOME/.fig/shell/zshrc.pre.zsh"
fi
. "$HOME/.fig/shell/zshrc.pre.zsh"

export ZSH=~/.oh-my-zsh # Path to your oh-my-zsh installation.

Expand Down Expand Up @@ -212,6 +210,4 @@ test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell
HEROKU_AC_ZSH_SETUP_PATH=~/Library/Caches/heroku/autocomplete/zsh_setup && test -f $HEROKU_AC_ZSH_SETUP_PATH && source $HEROKU_AC_ZSH_SETUP_PATH;

# Fig post block. Keep at the bottom of this file.
if [ -f "$HOME/.fig/shell/zshrc.post.zsh" ]; then
. "$HOME/.fig/shell/zshrc.post.zsh"
fi
. "$HOME/.fig/shell/zshrc.post.zsh"

0 comments on commit 1e0c27a

Please sign in to comment.