Update ts functon to only search in Documents directory
This commit is contained in:
parent
da2086f561
commit
3c3ed20f8d
@ -32,7 +32,7 @@ cfg()
|
||||
# session there with the name of the directory.
|
||||
ts()
|
||||
{
|
||||
dir=$(find -L $HOME/.config $HOME/Documents -type d 2> /dev/null | fzf)
|
||||
dir=$(find -L $HOME/Documents -type d 2> /dev/null | fzf)
|
||||
[ -z "$dir" ] && return
|
||||
tmux new -s $(basename "$dir") -c "$dir"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user