diff options
author | Frank Terbeck <ft@bewatermyfriend.org> | 2011-02-11 15:59:00 +0100 |
---|---|---|
committer | Frank Terbeck <ft@bewatermyfriend.org> | 2011-03-02 18:55:24 +0100 |
commit | 78ab02ffa00d1f1a149bed755b72ff0bf0ff4bbb (patch) | |
tree | 31d7e3bb3889bad86641781ea4c80bdbed8d7cb6 /debian/zprofile | |
parent | f6cff33fb722533567992b4152f5072f770e8b93 (diff) | |
download | zsh-78ab02ffa00d1f1a149bed755b72ff0bf0ff4bbb.tar.gz zsh-78ab02ffa00d1f1a149bed755b72ff0bf0ff4bbb.zip |
Initial `debian/' import
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 |