Skip to content

Commit

Permalink
Update zshrc.zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
fisenkodv authored Mar 6, 2024
1 parent 28f7553 commit fe23822
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/zsh/zshrc.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@ source ~/.zgen/zgen.zsh

export ZSH_CONFIG_HOME="$HOME/.config/zsh"
export GPG_TTY=$TTY # https://unix.stackexchange.com/a/608921
export ZOXIDE_CMD_OVERRIDE=cd

# Generate zgen init.sh if it doesn't exist
if ! zgen saved; then
zgen oh-my-zsh
zgen oh-my-zsh plugins/genpass
zgen oh-my-zsh plugins/asdf
zgen oh-my-zsh plugins/zoxide
zgen oh-my-zsh plugins/tmux
zgen oh-my-zsh plugins/rust

Expand Down

0 comments on commit fe23822

Please sign in to comment.