Compare commits

..

No commits in common. "8ae8c1149e2696d0df82e6a2010925f3f8a9a0a0" and "dceeff9590b59955912d98b01791e54ba0200eb2" have entirely different histories.

2 changed files with 0 additions and 7 deletions

View file

@ -5,12 +5,6 @@ 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

View file

@ -5,7 +5,6 @@ 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