summaryrefslogtreecommitdiffstats
path: root/bash
Commit message (Collapse)AuthorAgeFilesLines
* still need the interactivity check in bashrcJesse Luehrs2024-04-131-0/+3
|
* make path setting more consistentJesse Luehrs2024-02-271-16/+0
|
* make it possible to load shell config fragmentsJesse Luehrs2024-02-271-6/+4
|
* clean up my shell config a bitJesse Luehrs2024-02-222-18/+9
|
* convert to stowJesse Luehrs2023-10-082-0/+76
|
* start making shell stuff more portableJesse Luehrs2012-03-011-167/+0
|
* don't need this anymoreJesse Luehrs2012-03-011-46/+0
|
* add vim modelines to various files for syntax highlightingJesse Luehrs2010-12-121-0/+2
|
* clean out my bashrc a bitJesse Luehrs2010-04-221-133/+0
|
* j.sh's PROMPT_COMMAND needs to happen after _set_errorJesse Luehrs2009-07-111-1/+1
|
* update j.sh to the new j2 thing (pure-bash for now)Jesse Luehrs2009-06-191-100/+98
|
* update autojump scriptJesse Luehrs2009-05-181-9/+12
|
* update the autojump scriptJesse Luehrs2009-05-031-41/+103
|
* ignore errors in tputJesse Luehrs2009-04-281-1/+1
|
* add j.shdoy2009-02-171-0/+70
|
* factor the tput test out into a function, to make it cleanerdoy2009-01-291-1/+6
|
* do colors properly - store the actual escape codes in the color variables, ↵doy2009-01-291-18/+39
| | | | not literal '\033' stuff
* factor out term colors to variablesdoy2009-01-021-0/+18
|
* add the cdhist scriptdoy2009-01-021-0/+167