From 727d3b009f37989a0b2435c92cc3e6c3b2663289 Mon Sep 17 00:00:00 2001 From: Pavel Kirilin <win10@list.ru> Date: Fri, 31 Jul 2020 14:31:45 +0400 Subject: [PATCH] Fixed USER in .zshrc. Signed-off-by: Pavel Kirilin <win10@list.ru> --- dotfiles/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index f76ec94..262b548 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -2,7 +2,7 @@ # export PATH=$HOME/bin:/usr/local/bin:$PATH # Path to your oh-my-zsh installation. -export ZSH="/home/s3rius/.oh-my-zsh" +export ZSH="/home/$USER/.oh-my-zsh" # Set name of the theme to load --- if set to "random", it will # load a random theme each time oh-my-zsh is loaded, in which case, -- GitLab