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 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'home/.bashrc') 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" -######################################################################### +######################################################################## -- cgit v1.2.3