aboutsummaryrefslogtreecommitdiff
path: root/mkshrc
AgeCommit message (Collapse)AuthorFilesLines
2022-12-29Finally remove the old shell configuration file. Add apk to sudo aliasesMitchell Riedstra1-677/+0
2021-09-05Leave around mkshrc for a little bit until all of my systems are up to dateMitchell Riedstra1-0/+677
2021-09-05Major updates to my shell configurationMitchell Riedstra1-647/+0
2021-09-04Remove title setting from bash prompt command. Tweak KSH support to play ↵Mitchell Riedstra1-10/+10
nice with oksh
2021-08-28Add a shell function to make switching to the GPG based SSH agent easyMitchell Riedstra1-0/+4
2021-01-23Update the shell configuration a bitMitchell Riedstra1-57/+71
2020-10-24add aliases for tlp settingsMitch Riedstra1-0/+4
2020-10-17Fix up bash history.Mitch Riedstra1-1/+5
2020-10-15Enable pass extensions by default... I'm in control of my pass reposMitch Riedstra1-0/+2
2020-09-26Point me in the right direction when seq is missing, also update openbsd ↵Mitch Riedstra1-0/+1
package list
2020-09-25make bc -q alias only apply to Linux, since OpenBSD complains about the flag ↵Mitch Riedstra1-2/+3
missing
1990-09-21Add a script for messing with the commit dateMitch Riedstra1-0/+20
2020-09-15It's been awhile, I should probably update the notice.Mitch Riedstra1-1/+1
2020-09-15Add a sockstat shell function for OpenBSD. Also adjust showsshhostsMitch Riedstra1-1/+33
2020-09-14Switch to git.riedstra.dev and remove the .git from reposMitch Riedstra1-3/+3
2020-08-06Add in a pwgen specifically for banks that have stupid character restrictionsMitch Riedstra1-0/+5
2020-04-04Add a little GPG helper for creating throwaway directoriesMitch Riedstra1-0/+10
2020-03-28Don't globally synchronize panes.Mitch Riedstra1-1/+1
2020-01-04Add a lot of documentation surrounding thisMitch Riedstra1-2/+7
2019-12-29alias so ncmpc doesn't use color by defaultMitch Riedstra1-0/+1
2019-12-22Add a few shell functions to building tmux sessions easierMitch Riedstra1-0/+85
2019-12-07Update the _sys_load and _sys_uptime functions to work on latest MacOSMitchell Riedstra1-2/+2
2019-11-15Add in a shell function to source the contents of a pass entryMitch Riedstra1-0/+6
2019-11-13Update the vimrc updater to use the submodulesMitch Riedstra1-6/+5
2019-10-20Set a PS1 when we're uinsg kshMitch Riedstra1-0/+1
2019-10-20Fix up my test for whether grep supports colorMitch Riedstra1-2/+1
2019-10-17Fix the URL for the basic vimrcMitch Riedstra1-1/+1
2019-10-17Fix the goroot handling in 'set_go'Mitchell Riedstra1-1/+2
2019-10-15Add back the full compiled mkshrc and modify the update script to point ↵Mitch Riedstra1-0/+453
directly at the git repo now
2019-09-12Split my shell configuration into multiple files and a build script to ↵Mitch Riedstra1-558/+0
generate for multiple shells
2019-09-12Start cleanup process of my crusty shell configurationMitch Riedstra1-184/+110
2019-09-11Fix up the setperms functionMitch Riedstra1-4/+5
2019-09-07fix basic prompt for root userMitch Riedstra1-1/+5
2019-09-05Also add zpool to the automatic sudo aliasesMitch Riedstra1-0/+1
2019-08-31Add aliases for apt and apt-fileMitch Riedstra1-0/+2
2019-04-08Make the checkSSHAgent function a little bit more robustMitch Riedstra1-1/+4
2019-03-17Add a docker inspect alias and update my "net_nocaps" xkbmap adjustment functionMitch Riedstra1-0/+5
2019-02-19Add a check to see if the SSH agent is running, if not start it and write ↵Mitch Riedstra1-0/+10
the environment settings to a predictable location
2019-01-13Add an alias so I can start gnucash on a system using musl libcMitch Riedstra1-0/+3
2018-12-27fix xargs and *really* unfuck capslockMitch Riedstra1-1/+4
2018-12-22Update showsshosts to use my new ssh config format and make python quiet by ↵Mitch Riedstra1-1/+2
default
2018-12-19Update the pullkeys shell function, re arranged aliases, etc.Mitch Riedstra1-14/+33
`pullkeys` hasn't changed much. I have added `pullkeys_github` which takes one argment, that being the apparently case sensitive github username and pulls down any keys associated to it and installs them.
2018-12-09Allow overriding of the GOPATH more easilyMitch Riedstra1-7/+10
2018-12-02Escape the awk commandMitch Riedstra1-1/+1
2018-12-02Add alias to show SSH hosts and remove pullsshconfigMitch Riedstra1-4/+1
2018-12-02Remove set title for KSH, it still messes with line length calculationMitch Riedstra1-5/+5
2018-11-14Wrong usage of idMitch Riedstra1-2/+2
2018-11-14`pullkeys` was already verbose, make it painfully so and fail-safe on bad or ↵Mitch Riedstra1-4/+9
no keys
2018-11-14Fix whitespace calculations on bash with retro prompt. Fix shell detection ↵Mitch Riedstra1-27/+12
for retro prompt. remove pkgsrc and vis function as they're unused
2018-11-07Handle systems without vmstat gracefullyMitch Riedstra1-0/+1