diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-08-09 19:14:32 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-08-09 19:14:32 +0400 |
commit | 0d9b8a12f3db5c984a7220ec7979220df5f80c1d (patch) | |
tree | fa415250e06c722bf5cb11876ab0c78451220a6a /config/zsh | |
parent | 3d51988caa7d6c7f4e3ba890ac8fb20c5c95d0fe (diff) |
some improvements in shells
Diffstat (limited to 'config/zsh')
-rwxr-xr-x | config/zsh/zshrc | 6 |
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 |