aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc6
-rw-r--r--.gitignore1
2 files changed, 1 insertions, 6 deletions
diff --git a/.bashrc b/.bashrc
index b572888..2fd81a6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -38,12 +38,6 @@ if [ -n "$SSH_CLIENT" ]; then
export PS1='\[\e[0;32m\][ \W ] \$\[\e[0m\] '
fi
-# github dotfiles
-alias dotfiles='/usr/bin/git --git-dir=$HOME/.local/share/dotfiles/ --work-tree=$HOME'
-
-# github dotfiles
-alias etcfiles='/usr/bin/git --git-dir=$HOME/.local/share/etcfiles/ --work-tree=/etc'
-
# bash history settings
export HISTSIZE=
export HISTFILESIZE=
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..72e8ffc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*