1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-04-04 01:57:46 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
e83b2add69 Merge branch 'master' of github:tiyn/dotfiles 2022-08-13 03:27:08 +02:00
2a07150ae8 aliasrc: added flacsplit 2022-08-13 03:26:41 +02:00

View File

@ -20,6 +20,9 @@ alias c="clear"
# config
alias config="/usr/bin/git --git-dir=$HOME/.dotfiles --work-tree=$HOME"
# cuebreakpoints
flacsplit() { cuebreakpoints $2 | shnsplit $1 -o flac }
# diff
alias diff="diff --color=auto"