1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 21:19:06 +00:00
This commit is contained in:
2021-10-29 06:41:24 +02:00
parent d6aa0053e9
commit 2a0691f654
3 changed files with 3 additions and 11 deletions

1
zshrc
View File

@ -7,6 +7,7 @@
# Global Order: zshenv, zprofile, zshrc, zlogin
#
zmodload zsh/zprof
# Determine zsh conf file position. On Debian/Ubuntu is /etc/zsh, on other should be /etc
#
[ -d /etc/zsh ] && BASE="/etc/zsh" || BASE="/etc"