Skip to content

Commit

Permalink
Update .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
onuronsekiz authored Dec 5, 2021
1 parent 1037fa3 commit 9b1c19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

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]\$ '
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'
Expand Down

0 comments on commit 9b1c19c

Please sign in to comment.