aboutsummaryrefslogtreecommitdiff
path: root/bash/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index 656978a..279a81a 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -2,11 +2,10 @@ export PATH=$PATH":$HOME/scripts"
2 2
3export TERM=xterm-256color-italic 3export TERM=xterm-256color-italic
4export EDITOR="/run/current-system/sw/bin/nvim" 4export EDITOR="/run/current-system/sw/bin/nvim"
5export MANPAGER="less" 5export MANPAGER="nvim +Man!"
6export BROWSER="/run/current-system/sw/bin/nvim" 6export BROWSER="/run/current-system/sw/bin/nvim"
7export GPG_TTY=$(tty) 7export GPG_TTY=$(tty)
8export TZ='Asia/Kolkata' 8export TZ='Asia/Kolkata'
9export FZF_DEFAULT_OPTS='--height 40% --layout=reverse --color=bw'
10 9
11export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' 10export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
12 11
@@ -53,7 +52,7 @@ fi
53 52
54[ -f $HOME/.github ] && . $HOME/.github 53[ -f $HOME/.github ] && . $HOME/.github
55[ -f ~/.bash_aliases ] && . ~/.bash_aliases 54[ -f ~/.bash_aliases ] && . ~/.bash_aliases
56[ -f ~/.bash_prompt ] && . ~/.bash_prompt 55# [ -f ~/.bash_prompt ] && . ~/.bash_prompt
57[ -f ~/.fzf.bash ] && source ~/.fzf.bash 56[ -f ~/.fzf.bash ] && source ~/.fzf.bash
58 57
59eval "$(stack --bash-completion-script stack)" 58eval "$(stack --bash-completion-script stack)"
@@ -110,3 +109,4 @@ export BRANCH_COLOR="bright black"
110# if HEAD ref peels to a commit (detached state) 109# if HEAD ref peels to a commit (detached state)
111export COMMIT_COLOR="green" 110export COMMIT_COLOR="green"
112 111
112eval "$(direnv hook bash)"