Skip to content

sschutte/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Config files, settings etc etc

apps to install:

  • termite terminal emulator
  • urxvt-unicode
  • guake
  • compton
  • i3wm-*
  • tg from github
  • profanity
  • irssi
  • mutt patched, mutt sidebar
  • offlineimap, msmtp
  • AltYo.git

stuff to do:

  • ssh keys

.bashrc

Prevent history loss with multiple terminals:

# Avoid duplicates
export HISTCONTROL=ignoredups:erasedups  
# When the shell exits, append to the history file instead of overwriting it
shopt -s histappend

# After each command, append to the history file and reread it
export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a; history -c; history -r"

export HISTSIZE=100000                   
export HISTFILESIZE=100000

About

Config files, settings etc etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published