From 31167ea0eb4615900eba021f2ab25684ba563dcd Mon Sep 17 00:00:00 2001 From: Seymur Bagirov Date: Tue, 26 Dec 2023 18:44:22 +0400 Subject: [PATCH] fix assigment --- zsh/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.profile b/zsh/.profile index c1f8568..3bf915f 100644 --- a/zsh/.profile +++ b/zsh/.profile @@ -47,7 +47,7 @@ test -s ~/.alias && . ~/.alias || true alias vim="nvim" -export DOTFILE = "$HOME/Documents/dotfiles" +export DOTFILE="$HOME/Documents/dotfiles" alias overwatch='lutris lutris:rungame/overwatch-2' alias nuget='mono ~/nuget.exe'