From 6ee02d283831a16714e3e127cafbeb54cb143a16 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 6 May 2021 21:29:52 -0400 Subject: .config/fzf-marks/fzf-marks.plugin.bash -> .config/fzf/marks.plugin.bash Move directory and file marks to central location. --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 6cb4535..e54b75d 100644 --- a/.bashrc +++ b/.bashrc @@ -112,8 +112,8 @@ lxc-start() { for container in "$@"; do $(type -P lxc-start) -n "$container"; do lxc-stop() { for container in "$@"; do $(type -P lxc-stop) -kn "$container"; done } lxc-destroy() { for container in "$@"; do $(type -P lxc-destroy) -n "$container"; done } -# source fzm -[ -f "$HOME/.config/fzf-marks/fzf-marks.plugin.bash" ] && . "$HOME/.config/fzf-marks/fzf-marks.plugin.bash" +# source fzf markers +[ -f "$HOME/.config/fzf/marks.plugin.bash" ] && . "$HOME/.config/fzf/marks.plugin.bash" # remove bash history duplicates history-remove-duplicates() { awk '!visited[$0]++' "$HOME/.bash_history" | sponge "$HOME/.bash_history"; } -- cgit v1.2.3