aboutsummaryrefslogtreecommitdiff
path: root/sh
Commit message (Expand)AuthorAgeFilesLines
* Remove sudo wrapper forcing -H/--set-homeTom Ryder2023-12-221-8/+0
* Switch back to separate assignment/exportTom Ryder2022-08-141-9/+15
* Better way to elide hostname prompt in screen/tmuxTom Ryder2022-08-091-4/+3
* Use long GDB optionTom Ryder2022-07-301-1/+1
* Tidy up comments for POSIX interactive scriptsTom Ryder2022-07-293-0/+4
* Move x() shortcut to X11 directory and targetTom Ryder2022-07-291-7/+0
* Remove misleading commentTom Ryder2022-07-291-2/+0
* Add language and locale settings to profileTom Ryder2022-07-291-1/+3
* Massively cut down profile scriptsTom Ryder2022-07-2910-160/+23
* Remove disused $OS env var and switchTom Ryder2022-07-292-13/+0
* Add local bindir even if it doesn't exist yetTom Ryder2022-07-271-4/+2
* Bump up shell history limitsTom Ryder2022-05-271-2/+2
* Lean on Debian alternatives system a bit moreTom Ryder2022-05-061-3/+9
* Switch .xinitrc to .xsessionTom Ryder2022-04-271-2/+2
* Add Torsocks management function `tor`Tom Ryder2022-03-261-0/+33
* Shorten some long lines in path.shTom Ryder2022-03-261-3/+5
* Add --no-warnings to rlwrap callsTom Ryder2021-12-241-1/+1
* Use inline integers rather than bit shiftingTom Ryder2020-11-131-1/+1
* Use better location for verse cacheTom Ryder2020-06-231-5/+5
* Use blank value for default fortunesTom Ryder2020-06-231-1/+1
* Simplify welcome.sh feature testTom Ryder2020-06-231-2/+1
* Apply XDG basedirs to welcome.shTom Ryder2020-06-231-7/+12
* Use XDG path for login welcome configTom Ryder2020-06-101-1/+1
* Adjust ~/.hushlogin test in login welcome scriptTom Ryder2020-06-101-2/+2
* Move systemd editor setting to after visualTom Ryder2020-05-122-4/+6
* Try a compatibility switch on vi/vimTom Ryder2020-05-121-2/+7
* Force unwanted --quoting-style option to ls(1) offTom Ryder2020-05-022-0/+5
* Correct misplaced `exit` call in .profile.d fileTom Ryder2020-04-281-1/+1
* Set systemctl editor to vi rather than edTom Ryder2020-04-271-0/+4
* Prevent me from using `which`Tom Ryder2019-06-101-0/+4
* Fix up a few cosmetic shell anti-patternsTom Ryder2019-03-291-1/+1
* Return to vi as default visual editorTom Ryder2019-01-071-7/+2
* Further attempts at sane Emacs VISUAL settingTom Ryder2019-01-041-21/+5
* Block stderr from emacs daemon startupTom Ryder2019-01-021-1/+1
* Use short switches for emacs server pgrepTom Ryder2019-01-021-2/+1
* Add emacsclient logic to $VISUAL setTom Ryder2019-01-021-4/+20
* Switch to using GNU Emacs on development machinesTom Ryder2019-01-011-2/+8
* Add clarifying commentTom Ryder2018-12-311-1/+1
* Translate a short-circuit into a conditionalTom Ryder2018-12-311-1/+3
* Add a cheeky error message to sd()Tom Ryder2018-12-311-0/+6
* Strip trailing slashes from sd() targetTom Ryder2018-12-311-0/+8
* Correct error message from sd()Tom Ryder2018-12-311-1/+1
* Two-space sentences in shell commentsTom Ryder2018-12-278-10/+10
* Follow ShellCheck's recommendation of -z over !-nTom Ryder2018-12-172-2/+2
* Adjust PS1-PS4 resetTom Ryder2018-12-171-5/+12
* Use exec for clearer subshell semanticsTom Ryder2018-12-171-1/+1
* Use `command` consistently, silence ShellCheckTom Ryder2018-12-1711-13/+23
* Refactor some conditionalsTom Ryder2018-12-1115-48/+91
* Factor out zsh ENV hack into one fileTom Ryder2018-12-111-8/+0
* Refactor "path list" not to require a subshellTom Ryder2018-12-111-8/+9