mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-04-17 23:37:47 +02:00
Compare commits
No commits in common. "28838ee0ccfea97099ae97e5f2988aa3073eaff0" and "635bf5e6940b294b55cf541f43ef09f927e7e99c" have entirely different histories.
28838ee0cc
...
635bf5e694
@ -30,8 +30,6 @@ srd() { find ~/nextCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
|
||||
yaya() { yay -Slq | fzf --reverse --prompt="yay install > " -q "$1" -m --preview 'yay -Si {1}'| xargs -ro yay -S }
|
||||
yayr() { yay -Qq | fzf --reverse --prompt="yay remove > " -q "$1" -m --preview 'yay -Qi {1}' | xargs -ro yay -Rns }
|
||||
|
||||
# ghb
|
||||
alias vidcoder="ghb"
|
||||
|
||||
# git
|
||||
alias ga="git add"
|
||||
@ -88,9 +86,6 @@ alias ping="ping -c 5"
|
||||
# rm
|
||||
alias rm="rm -i"
|
||||
|
||||
# rsync
|
||||
alias rsync="rsync -vh --progress --partial"
|
||||
|
||||
# root/sudo
|
||||
alias su="sudo -i"
|
||||
alias sudo="sudo "
|
||||
|
Loading…
x
Reference in New Issue
Block a user