Move ~/Code
to ~/Repos
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
183e6836b1
commit
473cc2757c
4 changed files with 5 additions and 5 deletions
|
@ -49,8 +49,8 @@
|
|||
selected=$1
|
||||
else
|
||||
items=$(
|
||||
find "$HOME/Code" -maxdepth 3 -mindepth 1 -type d
|
||||
find "$HOME/Documents" -maxdepth 1 -mindepth 1 -type d
|
||||
find "$XDG_REPOS_DIR" -maxdepth 3 -mindepth 1 -type d
|
||||
find "$XDG_DOCUMENTS_DIR" -maxdepth 1 -mindepth 1 -type d
|
||||
find "$HOME/tmp" -maxdepth 1 -type d
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue