Chris Koeritz [Sat, 11 Apr 2015 00:17:03 +0000 (20:17 -0400)]
tasty changes leading to a new alias called spacem that combines renlower and replace_spaces_with_underscores (previously called spaces_to_underscores). also some nice cleaning in safedel.
Chris Koeritz [Fri, 10 Apr 2015 15:58:58 +0000 (11:58 -0400)]
new arrangement where ls is vanilla version (plus colors actually), but then 'l' and 'dir' are aliases to the summing dir. this seems more natural and allows me a way to still get to the basic ls functionality.
Chris Koeritz [Thu, 9 Apr 2015 01:08:43 +0000 (21:08 -0400)]
tasty changes to the inventory command, which now has that name instead of just 'i'.
also some nice changes to various ls type aliases, now using the summing dir, and the summing dir has been fixed to actually use ls colors properly.
this is a fairly nice little set of changes...
Chris Koeritz [Mon, 30 Mar 2015 23:43:58 +0000 (19:43 -0400)]
improved reload, where incorrect usage of alias on a function was just always reloading functions. also found odd bug in bash seemingly about having a variable after a function on an unset line.
Chris Koeritz [Thu, 26 Mar 2015 01:55:41 +0000 (21:55 -0400)]
nice changes that reload the feisty meow environment when either regenerate or recustomize are called. this just drops the two sentinels that normally prevent the environment from reloading. voila, instant gratification and one does not have to exit the shell or manually reload feisty meow.
Chris Koeritz [Mon, 23 Mar 2015 15:22:03 +0000 (11:22 -0400)]
updated to clear TERM variable also, since whole environment seems to be getting shipped over first. we want to not think we're still running xterm locally on other side.
Chris Koeritz [Mon, 23 Mar 2015 14:57:12 +0000 (10:57 -0400)]
improvement for the setting back to previous window title, where we now check that DISPLAY is set, since xprop will not have any answers for us otherwise. might should check that this is running in an xterm too, but for my usage it's always the case...
Chris Koeritz [Sat, 14 Mar 2015 17:10:43 +0000 (13:10 -0400)]
keeping symlinks as links, since otherwise we cannot use this handy script to backup things like a wine prefix to collect a game's latest state. this does mean we no longer copy the actual data of the symlink, but that has been shown many times to be a bad thing anyway...
Chris Koeritz [Mon, 2 Feb 2015 02:53:59 +0000 (21:53 -0500)]
simple script that maybe will become useful in tracking down why some boots of a particular computer are great and others are characterized by very slow performance, super laggy audio, etc.
Chris Koeritz [Mon, 26 Jan 2015 02:27:14 +0000 (21:27 -0500)]
fixed custom scripts issue, so now the custom folder for a user can have a "scripts" subdirectory. anything in that directory will be referenced as an alias in the environment, so for example, if joe has joe/scripts/toby.sh then a new alias called toby would be added to run that script.
Chris Koeritz [Wed, 10 Dec 2014 21:24:22 +0000 (16:24 -0500)]
simple approach to finding files that contain two patterns; it's easy to find a file that has one pattern or the other, but grep doesn't offer an option saying "both of these must be present".
Chris Koeritz [Wed, 22 Oct 2014 00:00:25 +0000 (20:00 -0400)]
check for whether server still supports SSLv3 or not; it is important not to allow SSLv3 now due to POODLE vulnerability. script could be improved a bit.