From 046a5926955cc8ca28fd1b77543e6c6114178186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 4 Oct 2023 20:37:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(fish):=20new=20ip=20alias?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/functions/ip.fish | 4 ++++ .czrc | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .config/fish/functions/ip.fish diff --git a/.config/fish/functions/ip.fish b/.config/fish/functions/ip.fish new file mode 100644 index 00000000..ff172f9e --- /dev/null +++ b/.config/fish/functions/ip.fish @@ -0,0 +1,4 @@ +function ip --description 'alias ip=ip -c a' + command ip -c a $argv + +end diff --git a/.czrc b/.czrc index 32b51d26..5d47e8ff 100644 --- a/.czrc +++ b/.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" },