Compare commits
2 commits
dceeff9590
...
8ae8c1149e
Author | SHA1 | Date | |
---|---|---|---|
8ae8c1149e | |||
6b4bc5512e |
2 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,12 @@ vicmd_symbol = "[❮](bold purple)"
|
||||||
[git_status]
|
[git_status]
|
||||||
style = "218"
|
style = "218"
|
||||||
|
|
||||||
|
[custom.task_count_pending]
|
||||||
|
command = "task count rc.gc=off rc.verbose=nothing status:pending"
|
||||||
|
when = "which task"
|
||||||
|
symbol = " "
|
||||||
|
description = "Count of pending Taskwarrior tasks"
|
||||||
|
|
||||||
# https://starship.rs/presets/#nerd-font-symbols
|
# https://starship.rs/presets/#nerd-font-symbols
|
||||||
[aws]
|
[aws]
|
||||||
disabled = true
|
disabled = true
|
||||||
|
|
|
@ -5,6 +5,7 @@ fi
|
||||||
|
|
||||||
if (( $+commands[lsd] )); then
|
if (( $+commands[lsd] )); then
|
||||||
alias ls=lsd
|
alias ls=lsd
|
||||||
|
alias tree='lsd --tree'
|
||||||
else
|
else
|
||||||
alias ls='ls -F --color=auto'
|
alias ls='ls -F --color=auto'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue