update xmspa to use MSC for pipe-delimited output
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f5dc7c53d9
commit
04d5fba435
@ -127,11 +127,12 @@ xmspa() {
|
||||
|
||||
[[ -z "$file" ]] && return
|
||||
|
||||
eval "$MS" \
|
||||
eval "$MSC" \
|
||||
-i "$file" |
|
||||
sed "2d" |
|
||||
vd -d "|" - > /dev/null 2>&1
|
||||
}
|
||||
|
||||
alias nv='~/nvim-linux64/bin/nvim'
|
||||
alias gs='git status -s'
|
||||
alias ga='git status --untracked-files=all -s | fzf -m | awk "{print \$2}" | xargs git add '
|
||||
|
||||
Loading…
Reference in New Issue
Block a user