mirror of
https://mau.dev/andreijiroh-dev/dotfiles.git
synced 2025-05-06 21:53:10 +00:00
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:
parent
2e7c34dba6
commit
4f0d7e1708
2 changed files with 74 additions and 0 deletions
2
.profile
2
.profile
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue