repositories
/
dotfiles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
060e329
)
Add alias for latexmk
author
Mart Lubbers
<mart@martlubbers.net>
Wed, 9 May 2018 10:46:45 +0000
(12:46 +0200)
committer
Mart Lubbers
<mart@martlubbers.net>
Wed, 9 May 2018 10:46:45 +0000
(12:46 +0200)
shell/.bashrc
patch
|
blob
|
history
diff --git
a/shell/.bashrc
b/shell/.bashrc
index
77c7afa
..
c47ed4f
100644
(file)
--- a/
shell/.bashrc
+++ b/
shell/.bashrc
@@
-30,6
+30,7
@@
export COLORFGBG="default;default"
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias vi=vim
+alias latexmk='make -f ~/.local/bin/latex.mk'
export TMUX_TMPDIR="$XDG_RUNTIME_DIR"
alias tmux='tmux -f ~/.config/tmux/config'