diff options
| author | Grégoire Duchêne <gduchene@awhk.org> | 2019-12-21 22:42:39 +0000 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@awhk.org> | 2019-12-21 22:42:39 +0000 |
| commit | c9d29d439ca341dd24dd05aede1d94baf13fc3ff (patch) | |
| tree | 3e66c815f693a5150fe02c2f4f9dcc998d3cd4a8 /zsh/login | |
| parent | 2fcc816c333862c64b768ce3eec3bc41d7ad7471 (diff) | |
Add zsh configuration
Diffstat (limited to 'zsh/login')
| -rw-r--r-- | zsh/login | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/login b/zsh/login new file mode 100644 index 0000000..756a391 --- /dev/null +++ b/zsh/login @@ -0,0 +1,5 @@ +# -*- mode: shell-script -*- + +source_if_exists dotfiles-${UNAME:l}/zsh/login +source_if_exists dotfiles-${DOMAIN:l}/zsh/login +source_if_exists dotfiles-${HOST:l}/zsh/login |
