Skip to content

Release 1.1.0

Latest
Compare
Choose a tag to compare
@stilist stilist released this 20 Aug 02:47
· 45 commits to master since this release

Added

  • Add Yarn’s paths to $PATH
  • Set $GOPATH and 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 use develop as the default branch name for new git repositories (rather than master)
  • Document how to find a GPG signing key for git
  • Add flags to histgrep command — run histgrep -h for usage information
  • Add ll alias for macOS
  • Look for $HISTDIR variable to control where shell history files are stored

Fixed

  • Rename .sh/ directory and files to match chezmoi’s conventions
  • Ensure histgrep will always treat history file as text, even if there’s binary data mixed in
  • histgrep will correctly handle spaces and regular expressions in search strings
  • Adjust session scripts that modify $PATH to always use which
  • Adjust lsl to work with GNU Core Utilities ls’s flags when run on Linux

Changed

  • Add ~/bin to $PATH
  • Add cp, mv, and rm safety 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/history a 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