forked from c00kiemon5ter/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bashrc
More file actions
25 lines (19 loc) · 638 Bytes
/
.bashrc
File metadata and controls
25 lines (19 loc) · 638 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# c00kiemon5ter (ivan.kanak@gmail.com) ~ under c00kie License
# if shell is non-interactive abord
[ "$-" != "${-%i*}" ] || return
shopt -s cdspell
shopt -s checkwinsize
shopt -s cmdhist
shopt -s dirspell
shopt -s histappend
shopt -s no_empty_cmd_completion
shopt -s nocaseglob
CDPATH=".:$HOME:$HOME/projects:/mnt/data"
test -r "$HOME/.dircolors" && eval "export $(dircolors -b "$HOME/.dircolors")"
[ "$TERM" == 'linux' ] && awk -f "$HOME/bin/xcolors2console.awk" "$HOME/.color_schemes/solarcookies"
. "$HOME/.shell.colors.escapes"
. "$HOME/.alias"
. "$HOME/.funcs"
. "$HOME/.pacman.alias"
. "$HOME/.git.alias"
PROMPT_COMMAND=prompt