Skip to content

Instantly share code, notes, and snippets.

View benxgao's full-sized avatar
:atom:
What's next?

Ben Gao benxgao

:atom:
What's next?
View GitHub Profile
@benxgao
benxgao / .zshrc
Last active February 18, 2025 00:03
zshrc
export ZSH=/Users/bengao/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="pmcgee"
# Uncomment the following line to use case-sensitive completion.
# CASE_SENSITIVE="true"
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to make opened Markdown files always be soft wrapped:
#
# path = require 'path'
#