Skip to content

Commit

Permalink
fix: auto completions issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tankibaj committed May 31, 2024
1 parent 423ffbc commit 8022f76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ export PATH=$PATH:$HOME/.dotfiles/bin
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh

# Enable completions
autoload -Uz compinit && compinit

# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
Expand Down Expand Up @@ -118,6 +115,9 @@ ZSH_DISABLE_COMPFIX="true"

source $ZSH/oh-my-zsh.sh

# Enable completions
autoload -Uz compinit && compinit

# User configuration

# export MANPATH="/usr/local/man:$MANPATH"
Expand Down

0 comments on commit 8022f76

Please sign in to comment.