Overview
Comment: | zshrc: Unset HISTFILE |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
28137c16b99b6f869af02493acf119e6 |
User & Date: | js 2020-01-21 00:14:29 |
Context
2020-01-21
| ||
00:15 | Update vim config check-in: f5cb068a7c user: js tags: trunk | |
00:14 | zshrc: Unset HISTFILE check-in: 28137c16b9 user: js tags: trunk | |
00:14 | gitconfig: Update GPG key check-in: e92f4ffcc5 user: js tags: trunk | |
Changes
Changes to zshrc.
︙ | ︙ | |||
199 200 201 202 203 204 205 | [ "$ls_on_init" = "yes" ] && ls function ixio() { curl -F 'f:1=<-' ix.io } unset fgrep grep grep_color ls ls_color ls_on_cd ls_on_init | > | 199 200 201 202 203 204 205 206 | [ "$ls_on_init" = "yes" ] && ls function ixio() { curl -F 'f:1=<-' ix.io } unset fgrep grep grep_color ls ls_color ls_on_cd ls_on_init unset HISTFILE |