Follow symlinks for ts()
This commit is contained in:
parent
a441cf9ef3
commit
ca369775b4
@ -24,7 +24,7 @@ cfg()
|
||||
# session there with the name of the directory.
|
||||
ts()
|
||||
{
|
||||
dir=$(find $HOME/.config $HOME/Documents -type d | fzf)
|
||||
dir=$(find -L $HOME/.config $HOME/Documents -type d | fzf)
|
||||
[ -z "$dir" ] && return
|
||||
tmux new -s $(basename "$dir") -c "$dir"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user