1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

black and white it is

This commit is contained in:
TiynGER
2020-05-30 20:02:50 +02:00
parent 9991393c8e
commit 105a379ebd
4 changed files with 16 additions and 11 deletions

View File

@@ -23,6 +23,12 @@ alias config="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
src() { find ~/.config/* ~/.local/bin/* -type f | fzf | xargs -r $EDITOR ;}
srd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;}
# git
alias ga="git add"
alias grm="git rm"
alias gc="git commit"
alias gp="git push"
# grep
alias grep="grep --color=auto"
@@ -64,6 +70,7 @@ alias rm="prompt 'Are you sure?' && rm"
# root/sudo
alias su="sudo -i"
alias sudo="sudo "
#sc-im
alias sc="sc-im"