mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-01 17:07:45 +02:00
dragon-drop: added alias
This commit is contained in:
parent
42c6831850
commit
6e5fcdec64
@ -26,6 +26,10 @@ flacsplit() { cuebreakpoints $2 | shnsplit $1 -o flac }
|
|||||||
# diff
|
# diff
|
||||||
alias diff="diff --color=auto"
|
alias diff="diff --color=auto"
|
||||||
|
|
||||||
|
# dragon-drop
|
||||||
|
alias drag="dragon-drop"
|
||||||
|
alias drop="dragon-drop"
|
||||||
|
|
||||||
# fzf
|
# fzf
|
||||||
src() { find ~/.config/* ~/.local/bin/* -type f | fzf | xargs -r $EDITOR ;}
|
src() { find ~/.config/* ~/.local/bin/* -type f | fzf | xargs -r $EDITOR ;}
|
||||||
srd() { find ~/nextCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
|
srd() { find ~/nextCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user