configs  Check-in [28137c16b9]

Overview
Comment:zshrc: Unset HISTFILE
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 28137c16b99b6f869af02493acf119e6ac7f1d50618cf4477177ad4af0015863
User & Date: js on 2020-01-21 00:14:29
Other Links: manifest | tags
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

Modified zshrc from [2ed06d35f4] to [de979c3c9c].

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