mirror of
https://github.com/tiyn/dotfiles.git
synced 2025-03-25 20:47:45 +01:00
alias: diff now automatically uses color
This commit is contained in:
parent
c3a15eb445
commit
3088561ed8
@ -20,6 +20,9 @@ alias c="clear"
|
||||
# config
|
||||
alias config="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
|
||||
|
||||
# diff
|
||||
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 ;}
|
||||
|
Loading…
x
Reference in New Issue
Block a user