feat: drop oh-my-posh

This commit is contained in:
2024-11-26 03:08:54 +02:00
parent 5ea16d4653
commit 721fe614a7
3 changed files with 36 additions and 13 deletions

View File

@@ -18,12 +18,6 @@ x-have antidot && {
eval "$(antidot init)"
}
# If not running interactively, don't do anything
case $- in
*i*) ;;
*) return ;;
esac
# set variable identifying the chroot you work in (used in the prompt below)
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
@@ -52,7 +46,3 @@ xterm* | rxvt*)
;;
*) ;;
esac
x-have oh-my-posh && {
eval "$(oh-my-posh init bash --config "$DOTFILES/config/omp/own.toml")"
}