mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-04 15:07:23 +01:00
add uttr aliases
This commit is contained in:
8
zshrc
8
zshrc
@@ -40,6 +40,14 @@ alias ts='tmux new-session -s'
|
|||||||
alias tl='tmux list-sessions'
|
alias tl='tmux list-sessions'
|
||||||
rl () { $(npm bin)/$* }
|
rl () { $(npm bin)/$* }
|
||||||
|
|
||||||
|
# utt time tracking
|
||||||
|
alias uh='uttr --add hello'
|
||||||
|
alias ust='uttr --add standup'
|
||||||
|
alias ul='uttr --add "lunch**"'
|
||||||
|
alias ue='uttr --edit'
|
||||||
|
alias urw='uttr --report=week'
|
||||||
|
alias urm='uttr --report=month'
|
||||||
|
|
||||||
# colors
|
# colors
|
||||||
autoload -U colors && colors
|
autoload -U colors && colors
|
||||||
alias ls='ls --color=tty'
|
alias ls='ls --color=tty'
|
||||||
|
|||||||
Reference in New Issue
Block a user