summaryrefslogtreecommitdiff
path: root/functions/gccW.fish
diff options
context:
space:
mode:
Diffstat (limited to 'functions/gccW.fish')
-rw-r--r--functions/gccW.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/gccW.fish b/functions/gccW.fish
index d79d4d4..3ec825b 100644
--- a/functions/gccW.fish
+++ b/functions/gccW.fish
@@ -1 +1 @@
-alias gccW='gcc -W -Wall -pedantic -Werror'
+abbr --add gccW 'gcc -W -Wall -pedantic -Werror'