chore(zsh): remove unused macos config

This commit is contained in:
2026-03-09 10:49:58 +01:00
parent de535944f3
commit dd2e773aae
6 changed files with 3 additions and 53 deletions

View File

@@ -1,13 +1,3 @@
function nvim_ve {
if [[ -e $VIRTUAL_ENV && -f "$VIRTUAL_ENV/bin/activate" ]]; then
source "$VIRTUAL_ENV/bin/activate"
command nvim $@
deactivate
else
command nvim $@
fi
}
function afm {
RES=$(curl -s "https://$1/api/monitoring/requirements")
COUNT=$(echo "$RES" | grep -c $2)
@@ -57,7 +47,7 @@ function lh {
PORT=$1
fi
open "http://localhost:$PORT"
xdg-open "http://localhost:$PORT"
}
function dps {