mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Use POSIX-compatible sh, not zsh
This commit is contained in:
parent
09ce7d00a9
commit
b07404d669
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
#!/bin/sh
|
||||
|
||||
# I'm not the greatest typist
|
||||
alias sl='ls'
|
||||
|
|
Loading…
Reference in a new issue