]> gitweb.pimeys.fr Git - config-20-100.git/blobdiff - .zsh/rc/extra/30_misc
Ajout du zshrc, même s'il manque encore de commentaires etc.
[config-20-100.git] / .zsh / rc / extra / 30_misc
diff --git a/.zsh/rc/extra/30_misc b/.zsh/rc/extra/30_misc
new file mode 100644 (file)
index 0000000..742132a
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/zsh
+
+# "persistent history" {{{
+# just write important commands you always need to ~/.important_commands
+if [[ -r ~/.important_commands ]] ; then
+    fc -R ~/.important_commands
+fi
+# }}}