Compare commits
No commits in common. "1bc8e89462a9c2c6d92bff626adb762a98b185a9" and "dd56a38c013e1b3464f62f630cec986b7654e542" have entirely different histories.
1bc8e89462
...
dd56a38c01
2 changed files with 6 additions and 1 deletions
|
@ -1 +0,0 @@
|
||||||
# This file intentionally left blank
|
|
6
.zshrc
6
.zshrc
|
@ -9,6 +9,12 @@ zinit light zsh-users/zsh-autosuggestions
|
||||||
|
|
||||||
zicompinit; zicdreplay
|
zicompinit; zicdreplay
|
||||||
|
|
||||||
|
source <(fzf --zsh)
|
||||||
|
|
||||||
|
if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then
|
||||||
|
eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/config.toml)"
|
||||||
|
fi
|
||||||
|
|
||||||
# Platform-specific configuration lives inside .zshcustom.
|
# Platform-specific configuration lives inside .zshcustom.
|
||||||
# The file is ignored by the dotfiles git repo.
|
# The file is ignored by the dotfiles git repo.
|
||||||
if [ -f $HOME/.zshcustom ]; then
|
if [ -f $HOME/.zshcustom ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue