X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;ds=inline;f=scripts%2Fcore%2Fcommon.alias;h=430b14aeb6b238bfed692137d926f69bb10b5aba;hb=331f90356d9cd327cf85ce77c320538efa385f70;hp=d0ebe897c277fb3e7fc63836b5e0c1697bfc72ef;hpb=be61ed18c4d72b09fb4f1425ebeed1598d5c7936;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index d0ebe897..430b14ae 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ############## # Name : common.alias # Author : Chris Koeritz @@ -153,10 +153,10 @@ define_yeti_alias why='echo We all wonder what the point of the universe is at t ############## -# remove the "fredization" or "feistymeowization" macros if they're defined, -# which reduces the chance of loading the shell environment twice for users -# like root that don't load feisty meow automatically. -unalias fredme feistyme &>/dev/null +# remove the "feistymeowization" macro if defined, which reduces the chance of +# loading the shell environment twice for users like root who don't load +# feisty meow automatically. +unalias gofeisty &>/dev/null ##############