aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-30 00:20:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-30 00:20:28 +1200
commit23a05c1d2d7210f9dbfb6682dcdb0e59deb21455 (patch)
tree76beeaa040be0999974c5402d1212564df36cf2f /bash/bashrc.d
parentChange mkmv/mkcp from Bash funcs to sh scripts (diff)
downloaddotfiles-23a05c1d2d7210f9dbfb6682dcdb0e59deb21455.tar.gz
dotfiles-23a05c1d2d7210f9dbfb6682dcdb0e59deb21455.zip
Change ca from Bash func to sh script
Diffstat (limited to 'bash/bashrc.d')
-rw-r--r--bash/bashrc.d/ca.bash4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/bashrc.d/ca.bash b/bash/bashrc.d/ca.bash
deleted file mode 100644
index 819cae4c..00000000
--- a/bash/bashrc.d/ca.bash
+++ /dev/null
@@ -1,4 +0,0 @@
-# Count arguments
-ca() {
- printf '%u\n' "$#"
-}