Skip to content

Instantly share code, notes, and snippets.

@foxxyz
Last active December 23, 2021 01:10
Show Gist options
  • Save foxxyz/3e35af5b9eb85cf02bdbac083dfdafdc to your computer and use it in GitHub Desktop.
Save foxxyz/3e35af5b9eb85cf02bdbac083dfdafdc to your computer and use it in GitHub Desktop.
.zshrc
# <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