Overview
Comment: | zshrc: Clean up now unused variable |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
3a2982238587c55f72b783dc2e85af85 |
User & Date: | js on 2020-09-09 19:44:12 |
Other Links: | manifest | tags |
Context
2020-09-10
| ||
03:50 | tmux.conf: Remove useless Unicode character check-in: 330686309b user: js tags: trunk | |
2020-09-09
| ||
19:44 | zshrc: Clean up now unused variable check-in: 3a29822385 user: js tags: trunk | |
2020-08-31
| ||
20:22 | Only set up Fossil checkin signing when key exists check-in: 33d4e74312 user: js tags: trunk | |
Changes
Modified zshrc from [ca9590b539] to [5f008177ec].
︙ | ︙ | |||
525 526 527 528 529 530 531 | export objfw_configure_flags=( --host=$cross_host $=objfw_configure_flags ) } | | | 525 526 527 528 529 530 531 532 533 | export objfw_configure_flags=( --host=$cross_host $=objfw_configure_flags ) } unset fgrep grep grep_color ls ls_color ls_on_cd ls_on_init unset HISTFILE |