mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
Modularize zsh dotfiles, add colemak bindkey
This commit is contained in:
parent
4e6519772d
commit
dc7611825a
16 changed files with 206 additions and 526 deletions
7
zsh/.zshenv
Normal file
7
zsh/.zshenv
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# ~/.zshenv
|
||||
# ln -s ~/.dotfiles/zsh/.zshenv ~/.zshenv
|
||||
# This file is sourced by all zsh sessions upon startup.
|
||||
|
||||
# Use XDG Base Directory Specification
|
||||
export XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-$HOME/.config}"
|
||||
export ZDOTDIR="${XDG_CONFIG_HOME}/zsh"
|
||||
Loading…
Add table
Add a link
Reference in a new issue