Skip to content

Commit eeee9f0

Browse files
committed
Cleaned up abbrs a bit
1 parent b999f0a commit eeee9f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.config/fish/conf.d/abbreviations.fish

+2-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ if status --is-interactive
1818

1919
if command -v trash-put >/dev/null
2020
abbr --add rm 'Did you mean trash-put/trash/tp?'
21-
abbr --add tp 'trash-put'
22-
abbr --add trash 'trash-put'
21+
abbr --add tp trash-put
22+
abbr --add trash trash-put
2323
end
2424
abbr --add mv 'mv -i'
2525
abbr --add mkdir 'mkdir -pv'
@@ -64,7 +64,6 @@ if status --is-interactive
6464
abbr --add nt 'npm test --'
6565
abbr --add nrd 'npm run build'
6666
abbr --add nrd 'npm run docs'
67-
# abbr --add nrj 'fd "\.test\." -e js -e ts -e jsx | fzy | xargs -r npx jest'
6867
abbr --add nrl 'npm run lint'
6968
abbr --add nrp 'npm run prettify'
7069
abbr --add nrs 'npm run start'

0 commit comments

Comments
 (0)