aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index a7283bc..f180d8e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -39,6 +39,10 @@ pacs() {
FOSSILS_HOME=$HOME/Documents/Fossils
+fslcd() {
+ cd $(fossil all ls -c | fzf)
+}
+
# fossil init script
# modified version of one taken from
# https://www.fossil-scm.org/home/doc/trunk/www/server/openbsd/fastcgi.md