Dotfiles for different machines on different branches.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
355 B

  1. #!/bin/bash
  2. shopt -s autocd
  3. set -o vi
  4. stty -ixon # Disable ctrl-s and ctrl-q.
  5. HISTSIZE=10000
  6. SAVEHIST=10000
  7. HISTFILE=~/.cache/shhistory
  8. [ -f "$HOME/.config/shortcutrc" ] && source "$HOME/.config/shortcutrc" # Load shortcut aliases
  9. [ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc" # Load aliases
  10. pfetch && echo $(vrms) | grep "non-free"