summaryrefslogtreecommitdiff
path: root/config/zsh
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-09 19:14:32 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-09 19:14:32 +0400
commit0d9b8a12f3db5c984a7220ec7979220df5f80c1d (patch)
treefa415250e06c722bf5cb11876ab0c78451220a6a /config/zsh
parent3d51988caa7d6c7f4e3ba890ac8fb20c5c95d0fe (diff)
some improvements in shells
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