(bash) add entries for /mnt/smb
This commit is contained in:
parent
4a72aadb0e
commit
3f12c53443
1 changed files with 1 additions and 0 deletions
|
|
@ -120,6 +120,7 @@ fcd() {
|
||||||
local selected_dir=$({
|
local selected_dir=$({
|
||||||
find "$HOME/.config" -maxdepth 1 -type d
|
find "$HOME/.config" -maxdepth 1 -type d
|
||||||
find "$HOME/.cache" -maxdepth 1 -type d
|
find "$HOME/.cache" -maxdepth 1 -type d
|
||||||
|
find "/mnt/smb" -maxdepth 1 -type d
|
||||||
echo "$HOME/Documents/Obsidian Vault"
|
echo "$HOME/Documents/Obsidian Vault"
|
||||||
find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d
|
find "$HOME/ghq" -mindepth 2 -maxdepth 2 -type d
|
||||||
ls -d -1 "$HOME/"/*/ | grep -v \.git
|
ls -d -1 "$HOME/"/*/ | grep -v \.git
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue