chore(shell-aliases): migrate from dotfiles-legacy

* Changed shebang to regular sh for possible POSIX compatibility
* Updated header notes, probably add SPDX-License-Identifier later

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@gmail.com>
This commit is contained in:
Andrei Jiroh Halili 2023-01-07 22:18:21 +08:00
parent 2e7c34dba6
commit 4f0d7e1708
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
2 changed files with 74 additions and 0 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/env sh
# if running bash
if [ -n "$BASH_VERSION" ]; then
# include .bashrc if it exists
@ -7,3 +8,4 @@ if [ -n "$BASH_VERSION" ]; then
fi
source "$HOME/.env"
source "$HOME/.config/aliases"