diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-10 17:44:09 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-10 17:44:09 +0300 |
commit | 938cb1f54f0174a5994345e4dc49888c614db430 (patch) | |
tree | d7ba58e9fec35fb2e14412fcd884cde49cbf4537 /extra/zsh/files | |
parent | 3c7785b8f052b623e2d478b0161820eaeef764c3 (diff) | |
download | repository-938cb1f54f0174a5994345e4dc49888c614db430.tar.gz |
move shells to extra
Diffstat (limited to 'extra/zsh/files')
-rw-r--r-- | extra/zsh/files/zprofile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/zsh/files/zprofile b/extra/zsh/files/zprofile new file mode 100644 index 00000000..f49734a8 --- /dev/null +++ b/extra/zsh/files/zprofile @@ -0,0 +1 @@ +emulate sh -c '. /etc/profile' |