nix-less hm config ready

This commit is contained in:
Bryan Ramos 2024-05-09 11:53:23 -04:00
parent f28ec054cd
commit 1d170da221
11 changed files with 63 additions and 160 deletions

View file

@ -54,8 +54,6 @@ function penpot() {
esac
}
source ~/Documents/projects/ldv/ldv.sh
set -o vi
bind 'set completion-ignore-case on'

View file

@ -9,7 +9,7 @@ check_ssh() {
add_icon() {
local icon=$1
if [[ ! $venv_icons =~ $icon ]]; then
venv_icons+="$icon"
venv_icons+="$icon "
fi
}