diff options
author | Urbain Vaes <urbain@vaes.uk> | 2017-12-13 12:26:48 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2017-12-13 12:26:48 +0100 |
commit | 926c3860ad0ce0464eaad00804556b204b1b7d71 (patch) | |
tree | 3d2ebac2b094656a1a41923bd20298a9cb575c99 /zsh/.zsh/.gitignore | |
parent | 52bccdd45a0e24fa8d38679da3b3d78654761bf6 (diff) |
Split zsh configuration in several file
This allows the environment defined in .zshenv to be available when
running commands with 'ssh user@host command'
Diffstat (limited to 'zsh/.zsh/.gitignore')
-rw-r--r-- | zsh/.zsh/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zsh/.gitignore b/zsh/.zsh/.gitignore new file mode 100644 index 0000000..4d45295 --- /dev/null +++ b/zsh/.zsh/.gitignore @@ -0,0 +1 @@ +.zcompdump* |