X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fcommon.alias;h=430b14aeb6b238bfed692137d926f69bb10b5aba;hb=331f90356d9cd327cf85ce77c320538efa385f70;hp=eb07694026449ded432cac324861b0c7784be51f;hpb=fa11186ed49671f47a61a4ded97a5c4ecba23546;p=feisty_meow.git diff --git a/scripts/core/common.alias b/scripts/core/common.alias index eb076940..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 @@ -76,6 +76,7 @@ define_yeti_alias md='mkdir' define_yeti_alias move='mv -i -v' define_yeti_alias mv='\mv -i -v' define_yeti_alias netcp='rsync -avz' +define_yeti_alias netcpl='rsync -av' define_yeti_alias notepad='gedit' define_yeti_alias pwd="/bin/pwd|sed -e 's/^\/home\/$USER/~/'" define_yeti_alias rd='perl $FEISTY_MEOW_SCRIPTS/files/zapdirs.pl' @@ -152,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 ##############