Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoxD committed Aug 12, 2018
1 parent b62390a commit 4cb87ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions bash-themes/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ force_color_prompt=yes

if [ -n "$force_color_prompt" ]; then
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
# We have color support; assume it's compliant with Ecma-48
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
# a case would tend to support setf rather than setaf.)
color_prompt=yes
else
color_prompt=
color_prompt=
fi
fi

Expand Down Expand Up @@ -109,3 +109,10 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi

# PATH
source /etc/environment

# ALIAS
alias python=python3
alias pip=pip3
Binary file added configurations/DevMachine.tar.bz2
Binary file not shown.

0 comments on commit 4cb87ee

Please sign in to comment.