mirror of
https://github.com/Ajetski/dotfiles.git
synced 2025-09-30 11:33:18 -09:00
turn off todo
This commit is contained in:
parent
518f283bcb
commit
bb8c40d8b6
4
.zshrc
4
.zshrc
@ -38,7 +38,7 @@ alias v="nvim"
|
|||||||
|
|
||||||
#devleopment variables
|
#devleopment variables
|
||||||
TMUX_CONFIG="~/.config/tmux/.tmux.conf"
|
TMUX_CONFIG="~/.config/tmux/.tmux.conf"
|
||||||
TODO_ON_CLEAR=true
|
TODO_ON_CLEAR=false
|
||||||
|
|
||||||
#upgrade the commands
|
#upgrade the commands
|
||||||
alias cat="bat"
|
alias cat="bat"
|
||||||
@ -97,5 +97,5 @@ _bb_tasks() {
|
|||||||
}
|
}
|
||||||
compdef _bb_tasks bb
|
compdef _bb_tasks bb
|
||||||
|
|
||||||
tail -n 10 ~/todo
|
#tail -n 10 ~/todo
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user