aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--share/functions/N_.fish6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/functions/N_.fish b/share/functions/N_.fish
new file mode 100644
index 00000000..d4f24db2
--- /dev/null
+++ b/share/functions/N_.fish
@@ -0,0 +1,6 @@
+
+
+function N_ -d "No-op"
+ printf "%s" $argv
+end
+