Browse Source

changing texhandout aliasname

master
tiynger 1 year ago
parent
commit
738d12c76f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .config/aliasrc

+ 1
- 1
.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"

Loading…
Cancel
Save