diff options
Diffstat (limited to 'debian/zprofile')
-rw-r--r-- | debian/zprofile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/zprofile b/debian/zprofile new file mode 100644 index 000000000..09db6f5cc --- /dev/null +++ b/debian/zprofile @@ -0,0 +1,7 @@ +# /etc/zsh/zprofile: system-wide .zprofile file for zsh(1). +# +# This file is sourced only for login shells (i.e. shells +# invoked with "-" as the first character of argv[0], and +# shells invoked with the -l flag.) +# +# Global Order: zshenv, zprofile, zshrc, zlogin |