From 3d55933fb11a6fab7af40fd4f081c1cd21e08790 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 15 Jun 2022 20:20:37 +0300 Subject: [PATCH] {bash,zsh}rc: add newline to end of fd735465d5e794ae321f5d19ea4983ce055eba90 --- rc/bashrc | 2 +- rc/zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rc/bashrc b/rc/bashrc index 4dee6f61..3030e379 100644 --- a/rc/bashrc +++ b/rc/bashrc @@ -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" diff --git a/rc/zshrc b/rc/zshrc index bf60a676..68736508 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -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"