On Fri, Jul 31, 2015 at 4:25 PM,  <[email protected]> wrote:
> How do you customize your environment?
>
> What aliases or custom functions do you use?

Here's what I use:

PATH=$HOME/bin:$PATH
EDITOR=vi
export EDITOR

Pretty exciting, no?

Customizations go in $HOME/bin ... and looking at the sort of stuff I
have there, I doubt anyone should ever want to use any of it. Most of
what I have there has host names in it, and for an example of
something which does not:

$ cat ~/bin/quotecsvn
#!/bin/sh
#0 :0
exec /Users/rauldmiller/bin/jconsole $0 "$@"
)
require'csv'
data=: readcsv ;{:ARGV
mask=: *./(*./@e.&'-0123456789')&> data
data=: mask x:@".@]^:[&.>"1 data
data writecsv;{:ARGV
exit 0

Anyways, it's mostly just junk...

-- 
Raul

Reply via email to