mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
nix-less hm config ready
This commit is contained in:
parent
f28ec054cd
commit
1d170da221
11 changed files with 63 additions and 160 deletions
|
|
@ -54,8 +54,6 @@ function penpot() {
|
|||
esac
|
||||
}
|
||||
|
||||
source ~/Documents/projects/ldv/ldv.sh
|
||||
|
||||
set -o vi
|
||||
|
||||
bind 'set completion-ignore-case on'
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ check_ssh() {
|
|||
add_icon() {
|
||||
local icon=$1
|
||||
if [[ ! $venv_icons =~ $icon ]]; then
|
||||
venv_icons+="$icon"
|
||||
venv_icons+="$icon "
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue