From df9075f22ce8b4c0fa6cb0ecf58336188c4027f0 Mon Sep 17 00:00:00 2001 From: ache Date: Tue, 21 Dec 2021 02:24:47 +0100 Subject: Add multiple aliases --- functions/:.fish | 1 + functions/@.fish | 1 + functions/groot.fish | 1 + functions/ll.fish | 2 +- functions/pkill.fish | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 functions/:.fish create mode 100644 functions/@.fish create mode 100644 functions/groot.fish create mode 100644 functions/pkill.fish (limited to 'functions') diff --git a/functions/:.fish b/functions/:.fish new file mode 100644 index 0000000..a2c9b03 --- /dev/null +++ b/functions/:.fish @@ -0,0 +1 @@ +alias ':'='math' diff --git a/functions/@.fish b/functions/@.fish new file mode 100644 index 0000000..68fbba4 --- /dev/null +++ b/functions/@.fish @@ -0,0 +1 @@ +alias '@'='math --base=16' diff --git a/functions/groot.fish b/functions/groot.fish new file mode 100644 index 0000000..2bb58fb --- /dev/null +++ b/functions/groot.fish @@ -0,0 +1 @@ +alias groot="cd (git rev-parse --show-toplevel)" diff --git a/functions/ll.fish b/functions/ll.fish index 2a824a1..963ad19 100644 --- a/functions/ll.fish +++ b/functions/ll.fish @@ -1,3 +1,3 @@ function ll -d "ls long mode" - ls -AlF $argv + exa -lF $argv end diff --git a/functions/pkill.fish b/functions/pkill.fish new file mode 100644 index 0000000..40ab79d --- /dev/null +++ b/functions/pkill.fish @@ -0,0 +1 @@ +alias pkill='pkill -9' -- cgit v1.2.3