From ffe69649455cb59f8e990938967554a98fbadde2 Mon Sep 17 00:00:00 2001 From: Andrejus Date: Sat, 8 Jun 2024 15:14:04 +0100 Subject: [PATCH] fix: dots install alias --- files/home/.profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/home/.profile b/files/home/.profile index 169017e..d82cc78 100644 --- a/files/home/.profile +++ b/files/home/.profile @@ -94,4 +94,5 @@ fi # (__) (__)(_")("_)\_)-' '-(_/(__) (__)(__) # alias j="z" -alias fd=`command -v fdfind` +alias fd="command -v fdfind" +alias dots="$DOTFILES/install"