Browse Source

changing double used aliases

master
TiynGER 1 year ago
parent
commit
97aad0862b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .config/aliasrc

+ 2
- 2
.config/aliasrc

@ -21,8 +21,8 @@ alias c="clear"
alias config="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME" alias config="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
# fzf # fzf
sc() { find ~/.config/* ~/.local/bin/* -type f | fzf | xargs -r $EDITOR ;}
sd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
src() { find ~/.config/* ~/.local/bin/* -type f | fzf | xargs -r $EDITOR ;}
srd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
# grep # grep

Loading…
Cancel
Save