From b07404d669e85f3573d37ce00728911c2ca39589 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 18 Dec 2021 12:04:41 +0100 Subject: [PATCH] Use POSIX-compatible sh, not zsh --- home/.config/shell/aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.config/shell/aliases b/home/.config/shell/aliases index a100151..67d4661 100755 --- a/home/.config/shell/aliases +++ b/home/.config/shell/aliases @@ -1,4 +1,4 @@ -#!/usr/bin/env zsh +#!/bin/sh # I'm not the greatest typist alias sl='ls'