Last active
December 23, 2021 01:10
-
-
Save foxxyz/3e35af5b9eb85cf02bdbac083dfdafdc to your computer and use it in GitHub Desktop.
.zshrc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# <3 emacs | |
export EDITOR=/opt/homebrew/bin/emacs | |
# Add nice color prompt | |
autoload -U colors && colors | |
PROMPT="%F{red}[%T]%f %F{green}%3~ > %f" | |
# I like my ls more advanced | |
alias ls='ls -Glash' | |
# No annoying tab cycling please | |
setopt noautomenu | |
setopt nomenucomplete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment