aboutsummaryrefslogtreecommitdiff
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-09-27 13:25:11 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-09-27 13:25:11 -0400
commitcdc05b97222cd4b4dab9bf8c933e00e5b08df408 (patch)
treea81e7905442704be893cb4ea8a029aa63918dbab /bash/.bashrc
parent7bb6ad6656fc93fad21d062905f58bef1c9cd7e2 (diff)
Update bash configs
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index aa56e8e..62a1351 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -1,11 +1,12 @@
# .bashrc
set -o vi
-PATH=~/bin:$PATH
+PATH=/sbin:/usr/sbin:~/bin:/usr/local/texlive/2018/bin/x86_64-linux:$PATH
source ~/.pass_completion
-HISTSIZE=10000000
-HISTFILESIZE=8000000
+export HISTSIZE=10000000
+export HISTFILESIZE=80000000
+export HISTCONTROL=ignoreboth
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
@@ -67,6 +68,8 @@ GIT_PROMPT_THEME="Custom"; # use theme optimized for solarized color scheme
GIT_PROMPT_THEME_FILE=~/.git-prompt-colors.sh
source /home/tje/.git-prompt/gitprompt.sh
+source /home/tje/.git-completion.bash
alias dwarf="/home/tje/Downloads/programs/df_linux/df"
alias tele="telegram -k /home/tje/Downloads/programs/tg/tg-server.pub"
+alias cr="cmus-remote"