summaryrefslogtreecommitdiff
path: root/config/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'config/zsh')
-rwxr-xr-xconfig/zsh/zshrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/config/zsh/zshrc b/config/zsh/zshrc
index 9404f7f..da3d682 100755
--- a/config/zsh/zshrc
+++ b/config/zsh/zshrc
@@ -66,9 +66,3 @@ setopt HIST_FIND_NO_DUPS # Don't show duplicate commands when backward searchin
bindkey '^R' history-incremental-search-backward
bindkey -s '^o' '^ulfcd\n'
bindkey -s '^f' '^ucd "$(dirname "$(fzf --reverse)")"\n'
-
-# Load other shell configurations
-
-if [ -f "${XDG_CONFIG_HOME:-$HOME/.config}/shell/zshnameddirrc" ]; then
- source "${XDG_CONFIG_HOME:-$HOME/.config}/shell/profile"
-fi