✨ feat(fish): new ip alias
This commit is contained in:
parent
deb78276ea
commit
046a592695
2 changed files with 6 additions and 2 deletions
4
.config/fish/functions/ip.fish
Normal file
4
.config/fish/functions/ip.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
function ip --description 'alias ip=ip -c a'
|
||||
command ip -c a $argv
|
||||
|
||||
end
|
4
.czrc
4
.czrc
|
@ -35,14 +35,14 @@
|
|||
{ "value": "🐛 fix", "name": "🐛 fix: Fix a bug" },
|
||||
{ "value": "📚 docs", "name": "📚 docs: Documentation changes" },
|
||||
{ "value": "💄 style", "name": "💄 style: Code style changes" },
|
||||
{ "value": "♻️ refactor", "name": "♻️ refactor: Code refactoring" },
|
||||
{ "value": "♻️ refactor", "name": "♻️ refactor: Code refactoring" },
|
||||
{ "value": "🧪 test", "name": "🧪 test: Add or modify tests" },
|
||||
{
|
||||
"value": "🔧 chore",
|
||||
"name": "🔧 chore: Maintenance tasks or non-code changes"
|
||||
},
|
||||
{ "value": "🚀 perf", "name": "🚀 perf: Performance improvements" },
|
||||
{ "value": "⬆️ deps", "name": "⬆️ deps: Update dependencies" },
|
||||
{ "value": "⬆️ deps", "name": "⬆️ deps: Update dependencies" },
|
||||
{ "value": "🗑️ remove", "name": "🗑️ remove: Remove obsolete code" },
|
||||
{ "value": "💬 comments", "name": "💬 comments: Add comments to the code" },
|
||||
{ "value": "🚨 error", "name": "🚨 error: Handle errors or warnings" },
|
||||
|
|
Loading…
Add table
Reference in a new issue