removed unneedet code
This commit is contained in:
parent
ccca8b75f1
commit
54912de795
1 changed files with 1 additions and 3 deletions
4
.zshrc
4
.zshrc
|
@ -73,9 +73,7 @@ error_log() {
|
||||||
__shell_qol__() {
|
__shell_qol__() {
|
||||||
if command_exists oh-my-posh; then
|
if command_exists oh-my-posh; then
|
||||||
# eval "$(oh-my-posh init zsh --config 'https://git.k4li.de/dotfiles/oh-my-posh/raw/branch/main/amro.toml')"
|
# eval "$(oh-my-posh init zsh --config 'https://git.k4li.de/dotfiles/oh-my-posh/raw/branch/main/amro.toml')"
|
||||||
# eval "$(oh-my-posh init zsh --config '~/.zsh/themes/sim-web.toml')"
|
eval "$(oh-my-posh init zsh --config '~/.zsh/themes/power10k_edit.toml')"
|
||||||
eval "$(oh-my-posh init zsh --config '~/.zsh/themes/amro.toml')"
|
|
||||||
# eval "$(oh-my-posh init zsh --config '~/.zsh/themes/atomicBit.toml')"
|
|
||||||
else
|
else
|
||||||
curl -s https://ohmyposh.dev/install.sh | $_sudo bash --norc -s -- -d /usr/bin/
|
curl -s https://ohmyposh.dev/install.sh | $_sudo bash --norc -s -- -d /usr/bin/
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue