From b05a2960f6b333efde56f7ae0e959a6a32919a0b Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 14 Nov 2023 17:23:48 +0000 Subject: Updates config for filetags --- bashrc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 2704598..a973a69 100644 --- a/bashrc +++ b/bashrc @@ -103,6 +103,12 @@ source /usr/share/fzf/completion.bash export GPG_TTY="$(tty)" gpgconf --launch gpg-agent +# find file tagged using filetags +_find_tagged () +{ + find ~/Documents -name "*--*$1*" +} + # ssh - from https://wiki.archlinux.org/title/SSH_keys#SSH_agents if ! pgrep -u "$USER" ssh-agent > /dev/null; then ssh-agent -t 1h > "$XDG_RUNTIME_DIR/ssh-agent.env" -- cgit v1.2.3