Add prompt icons
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -16,10 +16,10 @@ get_branch_name() {
|
|||||||
|
|
||||||
get_git_info() {
|
get_git_info() {
|
||||||
git rev-parse --is-inside-work-tree &>/dev/null || return
|
git rev-parse --is-inside-work-tree &>/dev/null || return
|
||||||
echo -e "- ${1}$(get_branch_name)"
|
echo -e " ${1}$(get_branch_name)"
|
||||||
}
|
}
|
||||||
|
|
||||||
PS1='\[\033[38;5;244m\]\[${bold}\]$(get_git_info && echo "\n")\[${reset}\]\u \W $ '
|
PS1='\[\033[38;5;244m\]\[${bold}\]$(get_git_info && echo "\n")\[${reset}\]\u \W ❭ '
|
||||||
|
|
||||||
# history
|
# history
|
||||||
export HISTCONTROL=ignoreboth
|
export HISTCONTROL=ignoreboth
|
||||||
|
|||||||
1
.suckless/st-8.3
Submodule
1
.suckless/st-8.3
Submodule
Submodule .suckless/st-8.3 added at dc0c988a06
Reference in New Issue
Block a user