Add pwdf alias which combines workind directory with fzf
This commit is contained in:
parent
d1ed3fddb6
commit
49ad4d1bad
1 changed files with 4 additions and 0 deletions
|
|
@ -94,6 +94,10 @@ vif() {
|
||||||
nvim "$(fzf)"
|
nvim "$(fzf)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pwdf() {
|
||||||
|
echo "$(pwd)"/"$(fzf)"
|
||||||
|
}
|
||||||
|
|
||||||
# wl-copy and wl-paste doesn't exist on mac, and mac has pbcopy and pbpaste
|
# wl-copy and wl-paste doesn't exist on mac, and mac has pbcopy and pbpaste
|
||||||
if [[ "$(uname)" != "Darwin" ]]; then
|
if [[ "$(uname)" != "Darwin" ]]; then
|
||||||
alias wlc="wl-copy"
|
alias wlc="wl-copy"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue