Skip to content

Commit

Permalink
Move history directory out of dotfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Nov 12, 2015
1 parent bbd9876 commit 48f8fac
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace :dotfiles do
home = ENV["HOME"]
relative_prefix = pwd.sub("#{home}/", "")
files = FileList[%w{
bash* bundle ctags editrc gdbinit gemrc git* history inputrc irbrc
bash* bundle ctags editrc gdbinit gemrc git* histignore inputrc irbrc
less lesskey psqlrc ruby shrc sqliterc valgrindrc vim vimrc
}].existing!

Expand Down
2 changes: 1 addition & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ HISTSIZE=10000
HISTFILESIZE=100000
HISTFILE="$HOME/.history/bash"
HISTCONTROL=ignoreboth:erasedups
HISTIGNORE=$(tr '\n' ':' <"$HOME/.history/histignore")
HISTIGNORE=$(tr '\n' ':' <"$HOME/.histignore")


LANG="en_US.UTF-8"
Expand Down
File renamed without changes.
3 changes: 0 additions & 3 deletions history/.gitignore

This file was deleted.

0 comments on commit 48f8fac

Please sign in to comment.