summaryrefslogtreecommitdiff
path: root/.config/shells/funcrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/shells/funcrc')
-rwxr-xr-x.config/shells/funcrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/.config/shells/funcrc b/.config/shells/funcrc
deleted file mode 100755
index b001f3f..0000000
--- a/.config/shells/funcrc
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-cdl () { cd "${@}" && ls ;}
-mkc () { mkdir "${@}" && cd "${@}" ;}
-