{bash,zsh}rc: add newline to end of fd735465d5

This commit is contained in:
Aminda Suomalainen 2022-06-15 20:20:37 +03:00
parent 635cf28952
commit 3d55933fb1
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ if [[ $UNAME = Darwin ]]; then
(echo "")
(last -10&)
fi
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon." && echo&)
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n" && echo&)
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"

View File

@ -101,7 +101,7 @@ if [[ $UNAME = Darwin ]]; then
(echo "")
(last -10&)
fi
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon." && echo&)
(printf "Aferoj emas funkcii sin mem.\n\tFaru jogon, sentu, ne provu perfektecon.\n" && echo&)
# fix dircolors for Selenized https://github.com/jan-warchol/selenized/blob/master/other-apps/dircolors/README.md
export LS_COLORS="$LS_COLORS:ow=1;7;34:st=30;44:su=30;41"