From d040c02e99e0b94011ce54480ec5edd832d59e7d Mon Sep 17 00:00:00 2001 From: tiynger Date: Sun, 13 Oct 2019 21:51:20 +0200 Subject: [PATCH] changing texhandout aliasname --- .config/aliasrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/aliasrc b/.config/aliasrc index 9a6477c..6017a0d 100644 --- a/.config/aliasrc +++ b/.config/aliasrc @@ -26,7 +26,7 @@ sc() { find ~/.config/* ~/.local/bin/* -type f | fzf | xargs -r $EDITOR ;} sd() { find ~/ownCloud/* -type f | grep ".pdf" | fzf | xargs -r $READER ;} # git -alias TexHandout="cp ~/gitrepos/Tools/LaTeX\ Templates/LaTeX\ Handout/Handout.tex" +alias texhandout="cp ~/gitrepos/Tools/LaTeX\ Templates/LaTeX\ Handout/Handout.tex" # grep alias grep="grep --color=auto"