aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 9456fba..d3d29bc 100644
--- a/readme.md
+++ b/readme.md
@@ -29,9 +29,9 @@ etc )
## Shell Configuration
-`mkshrc`, generated using `build.sh` inside of the `shell/` directory.
+`kshrc`, generated using `build.sh` inside of the `shell/` directory.
-Specifically targets mksh which has been my default shell for quite a long time
+Specifically targets ksh which has been my default shell for quite a long time
now. Though I do test it against `bash` and `ash` as well.
Some useful features are:
@@ -43,7 +43,7 @@ Some useful features are:
* Aliases for `apt`, `yum`, `pacman`, etc to use `sudo` by default.
* Utilize `doas` as `sudo` if installed, for instance on OpenBSD.
* Utils
- * `set_go` can be called in `~/.mkshrc.local` or similar to add the
+ * `set_go` can be called in `~/.kshrc.local` or similar to add the
`GOROOT` and `GOPATH` `bin`'s to your `PATH`. [Example and
code.](https://git.riedstra.dev/mitch/dotfiles/tree/shell/utils#n1)
* Aggressively set the editor based off of a list in order of ascending preference. ( `set_editor` )
@@ -73,7 +73,7 @@ Some useful features are:
* `updatevimrc` Installs [my full vim configuration](https://git.riedstra.dev/mitch/vim-cfg/about)
* `updatevimrc_basic` Installs the `.vimrc` file which is a basic but useful vim configuration.
* `updatetmuxconf` Pulls in the tmux configuration from this repository.
- * `updateshell` Pulls the latest version of `mkshrc` from this repository.
+ * `updateshell` Pulls the latest version of `kshrc` from this repository.
* `pullkeys_github <github_username>` Creates the `~/.ssh/authorized_keys` file with the SSH keys for a given github username
* Conf<br /><br />
All of the pieces above don't actually do anything automatically, they just