Skip to content

Commit

Permalink
Update .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
onuronsekiz authored Nov 28, 2021
1 parent 4dfc181 commit 1037fa3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,11 @@ alias ls='ls -h --group-directories-first --color=auto'
#PS1='[\u@\h \W]\$ '
PS1='\e[0m[\e[32m\u@\h \e[34m\W\e[0m]\$ '
PROMPT_COMMAND=${PROMPT_COMMAND:+$PROMPT_COMMAND; }'printf "\033]0;[%s@%s]$ %s\007" "${USER}" "${HOSTNAME%%.*}" "${PWD/#$HOME/\~}"'
export LESS_TERMCAP_mb=$'\e[1;32m'
export LESS_TERMCAP_md=$'\e[1;32m'
export LESS_TERMCAP_me=$'\e[0m'
export LESS_TERMCAP_se=$'\e[0m'
export LESS_TERMCAP_so=$'\e[01;31m'
export LESS_TERMCAP_ue=$'\e[0m'
export LESS_TERMCAP_us=$'\e[1;4;34m'
export EDITOR=vim

0 comments on commit 1037fa3

Please sign in to comment.