mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 22:48:49 +00:00
feat: drop oh-my-posh
This commit is contained in:
10
base/bashrc
10
base/bashrc
@@ -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")"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user