fix(nix): uncomment vesktop config
This commit is contained in:
parent
b929b3e617
commit
035ad533a6
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue