mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-14 05:05:21 +02:00
replaced powerline with oh-my-posh, new deps and alias fixes
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
alias clean-node-modules='find . -name "node_modules" -type d -print0 |xargs -0 rm -r --'
|
||||
alias clean-node-modules='find . -not -path "*/.*" -name "node_modules" -type d -print0 | xargs -0 rm -rf'
|
||||
alias organize-package-json='npx format-package -w && npx sort-package-json'
|
||||
|
Reference in New Issue
Block a user