From 312e27aa6bc7addc537f0a6ed0ef38189178cb18 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 10 Apr 2023 15:50:01 +0200 Subject: [PATCH] Use zsh in profile --- home/.config/shell/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/shell/profile b/home/.config/shell/profile index 404d802..4b7c65a 100755 --- a/home/.config/shell/profile +++ b/home/.config/shell/profile @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/zsh # User .profile definition. # This file is only sourced once, after login, Unlike