summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bash_profile1
-rw-r--r--.bashrc2
-rw-r--r--.config/ncdu/config3
-rw-r--r--.config/pacman/makepkg.conf1
4 files changed, 4 insertions, 3 deletions
diff --git a/.bash_profile b/.bash_profile
index bd355cb..b8cb8bd 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -3,6 +3,7 @@
PATH=$PATH:~/.local/bin
export HISTFILE=~/.local/share/bash/history
+export HISTCONTROL=erasedups
export LESSHISTFILE=-
export EDITOR=nvim
export VISUAL=$EDITOR
diff --git a/.bashrc b/.bashrc
index 31f182e..071a33b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -17,6 +17,8 @@ export MANROFFOPT="-P -c"
alias v=nvim
alias f=vifm
+alias grep='grep --color'
+
alias config='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
source /usr/share/bash-completion/completions/git
__git_complete config __git_main
diff --git a/.config/ncdu/config b/.config/ncdu/config
deleted file mode 100644
index df17be3..0000000
--- a/.config/ncdu/config
+++ /dev/null
@@ -1,3 +0,0 @@
-# ncdu configuration
-
---color off
diff --git a/.config/pacman/makepkg.conf b/.config/pacman/makepkg.conf
index 4888e1c..5c3cd5f 100644
--- a/.config/pacman/makepkg.conf
+++ b/.config/pacman/makepkg.conf
@@ -4,6 +4,7 @@ PACKAGER="Justin Gassner <justin.gassner@mailbox.org>"
CFLAGS="-march=native -O2 -pipe -fstack-protector-strong -fno-plt"
CXXFLAGS="${CFLAGS}"
MAKEFLAGS="-j$(nproc)"
+OPTIONS+=(!debug)
PKGEXT=".pkg.tar.zst"
# vim: ft=config