From 941642aee876a97dbb79666d8fabaa2b1feb9ff5 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sun, 20 Mar 2022 00:38:25 +0530 Subject: Theme changes --- themes/terminal/.husky/.gitignore | 1 + themes/terminal/.husky/pre-push | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 themes/terminal/.husky/.gitignore create mode 100644 themes/terminal/.husky/pre-push (limited to 'themes/terminal/.husky') diff --git a/themes/terminal/.husky/.gitignore b/themes/terminal/.husky/.gitignore new file mode 100644 index 0000000..31354ec --- /dev/null +++ b/themes/terminal/.husky/.gitignore @@ -0,0 +1 @@ +_ diff --git a/themes/terminal/.husky/pre-push b/themes/terminal/.husky/pre-push new file mode 100644 index 0000000..f1fd679 --- /dev/null +++ b/themes/terminal/.husky/pre-push @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +yarn build && git add . && git commit --amend --no-edit -- cgit v1.2.3