diff options
Diffstat (limited to 'snips')
| -rw-r--r-- | snips/bash_history | 7 | ||||
| l--------- | snips/keys | 1 | ||||
| l--------- | snips/mpdconf | 1 | ||||
| l--------- | snips/rtorrent.rc | 1 | ||||
| l--------- | snips/tmux.conf | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/snips/bash_history b/snips/bash_history new file mode 100644 index 0000000..a2dfbe7 --- /dev/null +++ b/snips/bash_history @@ -0,0 +1,7 @@ +if [ -n "$BASH" ] ; then + HISTFILE="$HOME/.bash_history" + HISTSIZE=10000 + HISTFILESIZE=10000 + shopt -s histappend + export PROMPT_COMMAND="set_my_title;history -a; history -c; history -r" +fi diff --git a/snips/keys b/snips/keys new file mode 120000 index 0000000..b660cfb --- /dev/null +++ b/snips/keys @@ -0,0 +1 @@ +../keys
\ No newline at end of file diff --git a/snips/mpdconf b/snips/mpdconf new file mode 120000 index 0000000..f3308d3 --- /dev/null +++ b/snips/mpdconf @@ -0,0 +1 @@ +../mpdconf
\ No newline at end of file diff --git a/snips/rtorrent.rc b/snips/rtorrent.rc new file mode 120000 index 0000000..35dd860 --- /dev/null +++ b/snips/rtorrent.rc @@ -0,0 +1 @@ +../rtorrent.rc
\ No newline at end of file diff --git a/snips/tmux.conf b/snips/tmux.conf new file mode 120000 index 0000000..ae52063 --- /dev/null +++ b/snips/tmux.conf @@ -0,0 +1 @@ +../tmux/basic.conf
\ No newline at end of file |
