Compare commits

...

2 commits

Author SHA1 Message Date
aeb6228036
Changed bashrc, it now has color 2021-05-28 00:15:06 -06:00
62c82159a7
Changed Alacritty font 2021-05-28 00:14:38 -06:00
2 changed files with 10 additions and 5 deletions

View file

@ -42,6 +42,7 @@ complete -cf sw
eval "$(thefuck --alias)" eval "$(thefuck --alias)"
PS1="[\\u@\\h: \\w]\$ " 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="\033[33m[\\u@\\h: \033[33m\\w\033[33m]\033[0m\$ " #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 [ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh

View file

@ -97,7 +97,8 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
family: Liberation Mono #family: Liberation Mono
family: Source Code Pro
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Regular style: Regular
@ -108,7 +109,8 @@ font:
# #
# If the bold family is not specified, it will fall back to the # If the bold family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: Liberation Mono #family: Liberation Mono
family: Source Code Pro
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Bold style: Bold
@ -119,7 +121,8 @@ font:
# #
# If the italic family is not specified, it will fall back to the # If the italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: Liberation Mono #family: Liberation Mono
family: Source Code Pro
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Italic style: Italic
@ -130,7 +133,8 @@ font:
# #
# If the bold italic family is not specified, it will fall back to the # If the bold italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: Liberation Mono #family: Liberation Mono
family: Source Code Pro
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Bold Italic style: Bold Italic