mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-10-10 03:21:16 +02:00
autostart/alias: im using nextcloud now
This commit is contained in:
@@ -25,7 +25,7 @@ alias diff="diff --color=auto"
|
||||
|
||||
# fzf
|
||||
src() { find ~/.config/* ~/.local/bin/* -type f | fzf | xargs -r $EDITOR ;}
|
||||
srd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
|
||||
srd() { find ~/nextCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
|
||||
|
||||
# git
|
||||
alias ga="git add"
|
||||
|
Reference in New Issue
Block a user