configs  Check-in [d61a572652]

Overview
Comment:zshrc: Add ixio
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: d61a5726524ea64f95dc632e5edd88d9f8c07bc5547159e26391285c63c9c2c1
User & Date: js on 2019-01-08 01:13:22
Other Links: manifest | tags
Context
2019-01-08
01:40
Add youtube-dl config check-in: b86591543c user: js tags: trunk
01:13
zshrc: Add ixio check-in: d61a572652 user: js tags: trunk
01:12
vim/syntax/objc.vim: Add of_socket_address_t check-in: 56e27fc4f8 user: js tags: trunk
Changes

Modified zshrc from [974253e78c] to [2ed06d35f4].

193
194
195
196
197
198
199
200




201
	alias -s "$ext=extr"
done

[ "$EDITOR" = "vim" ] && alias vi=vim
which gpg2 &>/dev/null && alias gpg=gpg2

[ "$ls_on_init" = "yes" ] && ls





unset fgrep grep grep_color ls ls_color ls_on_cd ls_on_init








>
>
>
>

193
194
195
196
197
198
199
200
201
202
203
204
205
	alias -s "$ext=extr"
done

[ "$EDITOR" = "vim" ] && alias vi=vim
which gpg2 &>/dev/null && alias gpg=gpg2

[ "$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