Add pwdf alias which combines workind directory with fzf

This commit is contained in:
Martin Larsson 2024-05-26 23:09:24 +02:00
parent d1ed3fddb6
commit 49ad4d1bad

View file

@ -94,6 +94,10 @@ vif() {
nvim "$(fzf)"
}
pwdf() {
echo "$(pwd)"/"$(fzf)"
}
# wl-copy and wl-paste doesn't exist on mac, and mac has pbcopy and pbpaste
if [[ "$(uname)" != "Darwin" ]]; then
alias wlc="wl-copy"