diff --git a/config/starship.toml b/config/starship.toml index 36d2fe0..5175905 100644 --- a/config/starship.toml +++ b/config/starship.toml @@ -5,12 +5,6 @@ vicmd_symbol = "[❮](bold purple)" [git_status] 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 [aws] disabled = true diff --git a/config/zsh/interactive/aliases b/config/zsh/interactive/aliases index 29b86ef..0c16851 100644 --- a/config/zsh/interactive/aliases +++ b/config/zsh/interactive/aliases @@ -5,7 +5,6 @@ fi if (( $+commands[lsd] )); then alias ls=lsd - alias tree='lsd --tree' else alias ls='ls -F --color=auto' fi