Compare commits
2 Commits
0d985dc0de
...
31344324fb
Author | SHA1 | Date | |
---|---|---|---|
31344324fb | |||
4d53b3d680 |
2
.zshrc
2
.zshrc
@ -37,6 +37,6 @@ set_xquartz_display
|
||||
# Update XDG_DATA_DIRS for GSettings schemas
|
||||
export XDG_DATA_DIRS=/usr/local/share:/usr/share:/opt/homebrew/share:$XDG_DATA_DIRS
|
||||
|
||||
# Set TERM and TERMINFO_DIRS for compatibility
|
||||
# Set TERM and TERMINFO_DIRS for compatibility - https://github.com/ghostty-org/ghostty/discussions/4077
|
||||
export TERM=xterm-256color
|
||||
export TERMINFO_DIRS=/usr/share/terminfo:/opt/homebrew/share/terminfo
|
@ -2,4 +2,6 @@
|
||||
|
||||
Primarily based on [antidote](https://antidote.sh/) and [powerlevel10k](https://github.com/romkatv/powerlevel10k).
|
||||
|
||||
⚠️ `brew install antidote` before placing files in your home directory.
|
||||
☝🏻 If you don't have zsh already, install this first. `brew install zsh` and change it to your default shell. `chsh -s /bin/zsh`
|
||||
|
||||
⚠️ `brew install antidote` before placing files in your home directory. Backup anything of the files you already have existing.
|
Loading…
Reference in New Issue
Block a user