summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/bash/bashrc1
-rw-r--r--.gitignore2
2 files changed, 1 insertions, 2 deletions
diff --git a/.config/bash/bashrc b/.config/bash/bashrc
index 3fd0fcb..15342e8 100644
--- a/.config/bash/bashrc
+++ b/.config/bash/bashrc
@@ -1,5 +1,4 @@
[[ -d ~/bin/ ]] && PATH="~/bin/:$PATH"
-[[ -d ~/.bin/ ]] && PATH="~/.bin/:$PATH"
if [[ $- != *i* ]] ; then
# Shell is non-interactive. Be done now!
diff --git a/.gitignore b/.gitignore
index 70e4875..8618192 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,4 +6,4 @@
*.zip
*.gz
.*_history
-[^.]*
+/[^.]*