Skip to content

Commit

Permalink
update zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
gelocraft committed Dec 11, 2024
1 parent cdf1dff commit bd3910a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
[ -f ~/.dotfiles/zsh/.zsh_prompt ] && . ~/.dotfiles/zsh/.zsh_prompt
[ -f ~/.dotfiles/zsh/.zshenv ] && . ~/.dotfiles/zsh/.zshenv
[ -f ~/.dotfiles/.aliasrc ] && . ~/.dotfiles/.aliasrc

Expand Down Expand Up @@ -50,7 +49,7 @@ preexec() { echo -ne '\e[5 q' ;} # Use beam shape cursor for each new prompt.
setopt appendhistory

## source fzf command extras
[ -n "$(command -v fzf)" ] && . ~/.dotfiles/fzf/.fzf.zsh
[ -n "$(command -v fzf)" ] && source <(fzf --zsh)

# zsh parameter completion for the dotnet CLI

Expand Down

0 comments on commit bd3910a

Please sign in to comment.