mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
reorg
This commit is contained in:
parent
dc1146c4d9
commit
1cc7bae198
6 changed files with 55 additions and 30 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# ~/.zshenv
|
||||
# ln -s $DOTFILES/zsh/.zshenv ~/.zshenv
|
||||
# ln -s $DOTFILES/zsh/.zshenv $ZDOTDIR/.zshenv
|
||||
# This file is sourced by all zsh sessions upon startup.
|
||||
|
||||
# Use XDG Base Directory Specification
|
||||
|
|
@ -16,3 +16,5 @@ export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
|||
|
||||
# Also put in /etc/zsh/zshenv
|
||||
# or /etc/zshenv in macOS
|
||||
# sudo cp $DOTFILES/zsh/.zshenv /etc/zsh/zshenv
|
||||
# sudo cp $DOTFILES/zsh/.zshenv /etc/zshenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue