aboutsummaryrefslogtreecommitdiff
path: root/zsh/zshrc
Commit message (Collapse)AuthorAgeFilesLines
* Break sh noglob guard into two lines for clarityTom Ryder2018-06-291-1/+2
| | | | They're nicer to read this way.
* Correct two manual referencesTom Ryder2017-03-101-1/+1
|
* Ignore `unalias` failed call output in zshTom Ryder2017-01-251-2/+3
| | | | zsh 5.0.7 doesn't appear to implement -a for zsh, but 5.2 does
* Move Zsh keybinding setup to after ENV sourcingTom Ryder2017-01-251-3/+3
|
* Clear away all aliases for interactive shellsTom Ryder2017-01-251-0/+5
| | | | | | | | | Some systems like OpenBSD or Slackware set up well-meaning aliases that I don't want. We do this for Bash, Yash, and Zsh, but not for Ksh, because it looks like its implementations all variously use aliases to implement some POSIX builtins like fc(1) or type(1) in terms of their own builtins.
* Use `source` not `.` in zshrcTom Ryder2017-01-061-1/+1
|
* Fix up zshrc a bitTom Ryder2017-01-031-3/+5
| | | | | | * Move ENV sourcing further up * Don't set HISTSIZE, .shrc does that * Correct copypasta comment from bashrc
* Remove TMUX SHLVL crap from zsh configTom Ryder2016-12-191-7/+0
|
* Port prompt SHLVL behaviour to zshTom Ryder2016-12-091-0/+7
|
* Port Bash prompt to ZshTom Ryder2016-08-271-2/+5
| | | | | | Somewhat naïvely; just quick searches of `man zshall`. I'm sure some of the stuff I removed has analogous features or that they can be implemented.
* Drastically limit amount of history keptTom Ryder2016-08-181-2/+2
| | | | | | Reading really large files seems to be slow in Bash in general, but it's particularly bad in 4.4rc1. I keep encrypted snapshots of my HISTFILE on my home machine, so it's just a little extra step to search them.
* Update bashrc/zshrc with POSIX funcs sourceTom Ryder2016-08-171-0/+3
|
* Instate some actual real zsh configurationTom Ryder2016-08-151-1/+8
|
* Remove blank lines at end of filesTom Ryder2016-03-281-1/+0
|
* Add Zsh configurationTom Ryder2016-01-271-0/+2
|
* Well, that was underwhelming.Tom Ryder2012-06-051-130/+0
|
* Couple more Zsh optionsTom Ryder2012-06-051-1/+7
|
* Brackets for visual cue that I'm using ZshTom Ryder2012-06-041-1/+1
|
* Refactor bashrc config for parity with new zshrcTom Ryder2012-06-041-0/+124
I'm trying out Zshrc for a bit for a future Arabesque article. I've started by just trying to get rough feature parity with my Bash configuration. I've had some moderate success though it's taken quite some time.