diff options
author | tilpner | 2019-05-20 14:21:13 +0200 |
---|---|---|
committer | tilpner | 2019-05-20 14:21:13 +0200 |
commit | 7d36af79221aa053b12d53876818e69c3c4ae7a2 (patch) | |
tree | d8349b104ab15f6bbef20dbc7f5e4cd08c66b087 /conf.d | |
parent | d502ebb035c51a69229e214d539d507fcdeaec30 (diff) | |
download | zsh-7d36af79221aa053b12d53876818e69c3c4ae7a2.tar.gz zsh-7d36af79221aa053b12d53876818e69c3c4ae7a2.tar.xz zsh-7d36af79221aa053b12d53876818e69c3c4ae7a2.zip |
change default user name
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/00-user-config.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.d/00-user-config.zsh b/conf.d/00-user-config.zsh index b49ee41..a3f5250 100644 --- a/conf.d/00-user-config.zsh +++ b/conf.d/00-user-config.zsh @@ -1,4 +1,4 @@ -PRIMARY_USER=till +PRIMARY_USER=tilpner if (($+commands[nvim])); then EDITOR=nvim |