diff options
| author | Suto, Masanori <suto@geek-masa.com> | 2022-10-17 15:00:06 +0900 |
|---|---|---|
| committer | jixiuf <jixiuf@qq.com> | 2022-10-19 14:41:26 +0800 |
| commit | c1c1071582adb28f875500670b8a63c2662dcff7 (patch) | |
| tree | aa76d2e84844d995fb8f2010a5fe65fabfabd784 | |
| parent | e9bfe56ca264e1b692a9c33fa8edb369e728a0c9 (diff) | |
Use `prompt_pwd` to format `/home/myuser/mydir` as `~/mydir`
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -434,7 +434,7 @@ For `fish`, function fish_title hostname echo ":" - pwd + prompt_pwd end ``` See [zsh and bash](http://tldp.org/HOWTO/Xterm-Title-4.html) and [fish |
