From ebfac0d222668b8ae790c4475c76661b45077454 Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 6 Oct 2024 21:39:15 -0400 Subject: update dirs --- bin/.local/bin/scripts/dired_selector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/.local') diff --git a/bin/.local/bin/scripts/dired_selector b/bin/.local/bin/scripts/dired_selector index ef40af6..7ad9d6e 100755 --- a/bin/.local/bin/scripts/dired_selector +++ b/bin/.local/bin/scripts/dired_selector @@ -1,6 +1,6 @@ #!/bin/bash -selectable_dirs=("~/Code/" "~/Repositories/" "~/Documents/" "~/Notes/Org-Roam/" "~/Pictures/" "~/Pictures/wallpaper" "~/Pictures/screenshots/" "~/Downloads/" "~/Music/" "~/Playlists/" "~/Videos/" "~/Videos/Youtube/Programming/Prot/" "~/Desktop/" "~/.local/bin/scripts/") +selectable_dirs=("~/Code/" "~/Repositories/" "~/Documents/" "~/Pictures/" "~/Pictures/wallpaper" "~/Pictures/screenshots/" "~/Downloads/" "~/Music/" "~/Playlists/" "~/Videos/" "~/dotfiles-stow" "~/Desktop/" "~/.local/bin/scripts/" "~/Notes/denote/") # Use dmenu to select a directory selected_dir=$(printf "%s\n" "${selectable_dirs[@]}" | dmenu -p "Dired here: ") -- cgit v1.2.3