Releases: stilist/dotfiles
Releases · stilist/dotfiles
Release 1.1.0
Added
- Add Yarn’s paths to
$PATH - Set
$GOPATHand add it to$PATH - When a command is run display the timestamp above the PS1 command prompt (only supported for Bash v4.4 and newer)
- Update global
.gitconfig($HOME/.gitconfig) to usedevelopas the default branch name for new git repositories (rather thanmaster) - Document how to find a GPG signing key for git
- Add flags to
histgrepcommand — runhistgrep -hfor usage information - Add
llalias for macOS - Look for
$HISTDIRvariable to control where shell history files are stored
Fixed
- Rename
.sh/directory and files to match chezmoi’s conventions - Ensure
histgrepwill always treat history file as text, even if there’s binary data mixed in histgrepwill correctly handle spaces and regular expressions in search strings- Adjust
sessionscripts that modify$PATHto always usewhich - Adjust
lslto work with GNU Core Utilitiesls’s flags when run on Linux
Changed
- Add
~/binto$PATH - Add
cp,mv, andrmsafety aliases that prompt for confirmation — this will affect the behavior of scripts which use these commands - By default history files are now stored at
~/.local/share/history, rather than~/.local/share/history-data/automated imports/shell; you can make~/.local/share/historya symlink if you prefer to keep~/.local/share/history-data/automated imports/shell(ln -s ~/.local/share/history-data/automated imports/shell ~/.local/share/history) - History files now include the current username in the file name (for example,
2020-08-11T16.13.21+0000_root@MacBook-Air_47015) — this is helpful if multiple users on a machine are using these dotfiles
Release 1.0.0
Added
- Initial release of scripts