From 8f23e297475a5becdd65065d5ff7e5bf489ee7db Mon Sep 17 00:00:00 2001 From: Mountain Man <43313373+MountainMan1312@users.noreply.github.com> Date: Mon, 3 Apr 2023 00:18:54 -0400 Subject: Switch to 72-char limits instead of 74 Modify `dotfiles/home/.nanorc` to wrap at 72 chars, and update the formatting of other files. --- home/.bashrc | 14 +++++++------- home/.nanorc | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'home') diff --git a/home/.bashrc b/home/.bashrc index 6f6711e..8a08934 100644 --- a/home/.bashrc +++ b/home/.bashrc @@ -8,7 +8,7 @@ if [[ $- != *i* ]] ; then fi -######################################################################### +######################################################################## # PS1 - Primary prompt displayed before each command #################################################### # The PS1 prompt is constructed piece-by-piece by concatenating each @@ -20,7 +20,7 @@ fi # # Example of what the prompt should look like: # [1] [2023-03-28 16:02:55] [user host] [(stable) /etc/portage] > -######################################################################### +######################################################################## # Set colors for easy reading PS1_COLOR_RESET="\[\e[0m\]" PS1_COLOR_GREY="\[\e[90m\]" @@ -68,19 +68,19 @@ PS1+="$PS1_COLOR_MAIN[$PS1_COLOR_RESET" # [ PS1+="\$(parse_git_branch) " # (BRANCH) PS1+="$PS1_COLOR_CYAN\w$PS1_COLOR_RESET" # DIR PS1+="$PS1_COLOR_MAIN] > $PS1_COLOR_RESET" # ] > -######################################################################### +######################################################################## -######################################################################### +######################################################################## # PS2 - Secondary prompt displayed when a command needs more input ################################################################## PS2=" > " -######################################################################### +######################################################################## -######################################################################### +######################################################################## # Aliases ######### alias wget="wget -c --tries=10 --timeout=10 --waitretry=30s" alias ls="exa -1aFghlU --color=always --sort=name --time-style=iso" -######################################################################### +######################################################################## diff --git a/home/.nanorc b/home/.nanorc index 568c39a..2327dd7 100644 --- a/home/.nanorc +++ b/home/.nanorc @@ -1,8 +1,8 @@ # ~/.nanorc ## Character limit -set fill 74 # limit line-length to 74 chars -set guidestripe 74 # show a guide line at 74 chars +set fill 72 # limit line-length to 72 chars +set guidestripe 73 # show a guide line at 73 chars ## Line-wrapping set atblanks # wrap line at blanks -- cgit v1.2.3