Update zsh common config files
This commit is contained in:
parent
ef40797415
commit
dec685d9b3
@ -62,11 +62,10 @@ mkcd() {
|
|||||||
autoload -Uz mkcd
|
autoload -Uz mkcd
|
||||||
|
|
||||||
# Detect OS to autoload uncommon config files
|
# Detect OS to autoload uncommon config files
|
||||||
if [[ "$(uname -a)" == "Darwin" ]]; then
|
if [[ "$(uname)" == "Darwin" ]]; then
|
||||||
for dotfile in "${XDG_CONFIG_HOME}"/zsh-macos/**/*; do
|
for dotfile in "${XDG_CONFIG_HOME}"/zsh-macos/**/*(.); do
|
||||||
source $dotfile
|
source $dotfile
|
||||||
done
|
done
|
||||||
[ -f "${ZDOTDIR}/conf.d/fzf.zsh" ] && source "${ZDOTDIR}/conf.d/fzf.zsh"
|
|
||||||
test -e /Users/etorres/.config/zsh/.iterm2_shell_integration.zsh && source /Users/etorres/.config/zsh/.iterm2_shell_integration.zsh || true
|
test -e /Users/etorres/.config/zsh/.iterm2_shell_integration.zsh && source /Users/etorres/.config/zsh/.iterm2_shell_integration.zsh || true
|
||||||
else
|
else
|
||||||
for dotfile in "${XDG_CONFIG_HOME}"/zsh-linux/**/*; do
|
for dotfile in "${XDG_CONFIG_HOME}"/zsh-linux/**/*; do
|
||||||
|
@ -1 +1 @@
|
|||||||
This directory (zsh) contains files that are common between all OS installations
|
# This directory (zsh) contains files that are common between all OS installations
|
||||||
|
Loading…
x
Reference in New Issue
Block a user