@@ -2,6 +2,7 @@ use str
use prompt
use nix-shell
use direlv
+use title
use eval-export
edit:add-var ls~ { |@a|
@@ -278,4 +278,4 @@ fn on-chdir {|dir|
}
-set after-chdir = [$on-chdir~]
+set after-chdir = [$on-chdir~ $@after-chdir]
@@ -0,0 +1,9 @@
+fn windowtitle {|t| print "\e]0;"$t"\a" }
+
+fn on-chdir {|dir|
+ windowtitle (tilde-abbr $dir)
+}
+windowtitle (tilde-abbr $pwd)