diff --git a/dot-config/zsh/.zlogout b/dot-config/zsh/.zlogout index 4a52f7a..95eba87 120000 --- a/dot-config/zsh/.zlogout +++ b/dot-config/zsh/.zlogout @@ -1 +1 @@ -zlogout \ No newline at end of file +zlogout.zsh \ No newline at end of file diff --git a/dot-config/zsh/.zprofile b/dot-config/zsh/.zprofile index 018fc86..66572bf 120000 --- a/dot-config/zsh/.zprofile +++ b/dot-config/zsh/.zprofile @@ -1 +1 @@ -zprofile \ No newline at end of file +zprofile.zsh \ No newline at end of file diff --git a/dot-config/zsh/.zshrc b/dot-config/zsh/.zshrc index c8b42f4..2bd89d0 120000 --- a/dot-config/zsh/.zshrc +++ b/dot-config/zsh/.zshrc @@ -1 +1 @@ -zshrc \ No newline at end of file +zshrc.zsh \ No newline at end of file diff --git a/dot-config/zsh/zlogout b/dot-config/zsh/zlogout.zsh similarity index 100% rename from dot-config/zsh/zlogout rename to dot-config/zsh/zlogout.zsh diff --git a/dot-config/zsh/zprofile b/dot-config/zsh/zprofile.zsh similarity index 100% rename from dot-config/zsh/zprofile rename to dot-config/zsh/zprofile.zsh diff --git a/dot-config/zsh/zshenv b/dot-config/zsh/zshenv.zsh similarity index 100% rename from dot-config/zsh/zshenv rename to dot-config/zsh/zshenv.zsh diff --git a/dot-config/zsh/zshrc b/dot-config/zsh/zshrc.zsh similarity index 100% rename from dot-config/zsh/zshrc rename to dot-config/zsh/zshrc.zsh diff --git a/dot-zshenv b/dot-zshenv index 53ea04c..33c449b 100644 --- a/dot-zshenv +++ b/dot-zshenv @@ -30,4 +30,4 @@ fi # The real zsh config lives in XDG_CONFIG_HOME! ;) : ${ZDOTDIR:=$XDG_CONFIG_HOME/zsh} [[ $ZDOTDIR = $HOME ]] && ZDOTDIR=$XDG_CONFIG_HOME/zsh -source $ZDOTDIR/zshenv +source $ZDOTDIR/zshenv.zsh