From 0d77e67c8ed6c000270ae89253e1c3cd489477d6 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 27 Aug 2022 15:12:17 -0700 Subject: [PATCH] bash: change comment --- .bashrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.bashrc b/.bashrc index 8761c43..0ad5676 100644 --- a/.bashrc +++ b/.bashrc @@ -1,6 +1,8 @@ -# -# ~/.bashrc -# +#!/bin/bash + +# Blake's bashrc 99.99% of this is the default bashrc for manjaro, I just liked +# it so I took it. The main job of this is to load my basic shell +# configuration, which works in any `sh`-compatible shell # If not running interactively, don't do anything [[ $- != *i* ]] && return