fix(nix): uncomment vesktop config

This commit is contained in:
Barrett Ruth 2026-02-13 13:40:22 -05:00
parent b929b3e617
commit 035ad533a6
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@ get_scope() {
_path=$(tmux display-message -p '#{pane_current_path}')
case "$_path" in
"$HOME") printf '~' ;;
*) printf '%s' "${_path##*/}" ;;
*) basename "$_path" ;;
esac
}