Compare commits
No commits in common. "aeb62280360d9b3dbedaa9d6500d578fbafa8837" and "eb3706b483fdc372a70bffaab38fa478ad262ef8" have entirely different histories.
aeb6228036
...
eb3706b483
2 changed files with 5 additions and 10 deletions
3
.bashrc
3
.bashrc
|
@ -42,7 +42,6 @@ complete -cf sw
|
|||
|
||||
eval "$(thefuck --alias)"
|
||||
|
||||
export PS1="\[\033[38;5;208m\]\u\[$(tput sgr0)\]@\h:\[$(tput sgr0)\]\[\033[38;5;32m\][\w]\[$(tput sgr0)\]\\$ \[$(tput sgr0)\]"
|
||||
#PS1="[\\u@\\h: \\w]\$ "
|
||||
PS1="[\\u@\\h: \\w]\$ "
|
||||
#PS1="\033[33m[\\u@\\h: \033[33m\\w\033[33m]\033[0m\$ "
|
||||
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
|
||||
|
|
|
@ -97,8 +97,7 @@ font:
|
|||
# - (macOS) Menlo
|
||||
# - (Linux/BSD) monospace
|
||||
# - (Windows) Consolas
|
||||
#family: Liberation Mono
|
||||
family: Source Code Pro
|
||||
family: Liberation Mono
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Regular
|
||||
|
@ -109,8 +108,7 @@ font:
|
|||
#
|
||||
# If the bold family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
#family: Liberation Mono
|
||||
family: Source Code Pro
|
||||
family: Liberation Mono
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Bold
|
||||
|
@ -121,8 +119,7 @@ font:
|
|||
#
|
||||
# If the italic family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
#family: Liberation Mono
|
||||
family: Source Code Pro
|
||||
family: Liberation Mono
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Italic
|
||||
|
@ -133,8 +130,7 @@ font:
|
|||
#
|
||||
# If the bold italic family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
#family: Liberation Mono
|
||||
family: Source Code Pro
|
||||
family: Liberation Mono
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Bold Italic
|
||||
|
|
Loading…
Reference in a new issue