summarylogtreecommitdiffstats
path: root/sample.kshrc
diff options
context:
space:
mode:
authorJohnothan King2024-02-22 21:20:20 -0800
committerJohnothan King2024-02-22 21:22:59 -0800
commit073fa868923896b81416043d0f22a646bef33299 (patch)
tree64a8d3ad9b18421f573c4ea4c5e6598da0e411b2 /sample.kshrc
parent471b62ccc727165a69a4e57226daa6dc486a2c55 (diff)
downloadaur-073fa868923896b81416043d0f22a646bef33299.tar.gz
Add missed autoloadable functions to installation
Diffstat (limited to 'sample.kshrc')
-rw-r--r--sample.kshrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/sample.kshrc b/sample.kshrc
index 17f95150a424..e613146f35cf 100644
--- a/sample.kshrc
+++ b/sample.kshrc
@@ -11,11 +11,7 @@ set -o emacs -o notify -o globstar
FPATH=/usr/share/ksh/functions:~/.func
# Optional: Autoload functions installed with ksh
-#autoload autocd
-#autoload man
-#autoload dirs
-#autoload pushd
-#autoload popd
+#autoload autocd cd dirs man mcd popd pushd
# Optional: Set the precision of the time keyword to six and use %C
#((.sh.version >= 20220606)) && TIMEFORMAT=$'\nreal\t%6lR\ncpu\t%6lC'