Remove fig support
This commit is contained in:
parent
4dde4482b0
commit
1296684581
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +1,3 @@
|
|||
# Fig pre block. Keep at the top of this file.
|
||||
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.pre.zsh"
|
||||
# Fig pre block. Keep at the top of this file.
|
||||
|
||||
# User configuration
|
||||
# history
|
||||
HISTFILE=~/.histfile
|
||||
|
@ -179,6 +175,3 @@ fi
|
|||
|
||||
# Init starship prompt -- https://starship.rs
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
# Fig post block. Keep at the bottom of this file.
|
||||
[[ -f "$HOME/.fig/shell/zshrc.post.zsh" ]] && builtin source "$HOME/.fig/shell/zshrc.post.zsh"
|
||||
|
|
Loading…
Add table
Reference in a new issue