Skip to content

Instantly share code, notes, and snippets.

@tobimd
Last active September 24, 2021 22:35
Show Gist options
  • Save tobimd/9e9647a703872d0ee5aadd58adf4a77e to your computer and use it in GitHub Desktop.
Save tobimd/9e9647a703872d0ee5aadd58adf4a77e to your computer and use it in GitHub Desktop.
# /etc/zsh/zshenv: system-wide .zshenv file for zsh(1).
#
# This file is sourced on all invocations of the shell.
# If the -f flag is present or if the NO_RCS option is
# set within this file, all other initialization files
# are skipped.
#
# This file should contain commands to set the command
# search path, plus other important environment variables.
# This file should not contain commands that produce
# output or assume the shell is attached to a tty.
#
# Global Order: zshenv, zprofile, zshrc, zlogin
ZDOTDIR=~/.zsh
ZSH=~/.zsh/.oh-my-zsh
LESSHISTFILE="-"
WGETHISTFILE=~/.hsts/wget-hsts
HISTFILE=~/.zsh/.zsh-hst
PYTHONSTARTUP=~/.config/python/pythonrc.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment