configs  Check-in [bc901a6b26]

Overview
Comment:zshrc: export EDITOR
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bc901a6b262cc8986a3abc7ad7bb0678c19f94149ecfb616dafc5b8adf2f71f3
User & Date: js on 2015-02-15 19:27:02
Other Links: manifest | tags
Context
2015-02-15
19:27
Add fish config check-in: 5334b70051 user: js tags: trunk
19:27
zshrc: export EDITOR check-in: bc901a6b26 user: js tags: trunk
19:25
gitconfig: Add slog and sshow to show signatures check-in: d2de94415e user: js tags: trunk
Changes

Modified zshrc from [37ae4ff684] to [8caa2cc9d1].

180
181
182
183
184
185
186
187
	for ext in $VIDEO_PLAYER_FORMATS; do alias -s $ext=$VIDEO_PLAYER; done

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

unset AUDIO_PLAYER VIDEO_PLAYER
unset ARCHIVE_FORMATS AUDIO_PLAYER_FORMATS VIDEO_PLAYER_FORMATS
unset FGREP GREP GREP_COLOUR LS LS_COLOUR LS_ON_CD LS_ON_INIT
export LS_COLORS







|
180
181
182
183
184
185
186
187
	for ext in $VIDEO_PLAYER_FORMATS; do alias -s $ext=$VIDEO_PLAYER; done

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

unset AUDIO_PLAYER VIDEO_PLAYER
unset ARCHIVE_FORMATS AUDIO_PLAYER_FORMATS VIDEO_PLAYER_FORMATS
unset FGREP GREP GREP_COLOUR LS LS_COLOUR LS_ON_CD LS_ON_INIT
export EDITOR LS_COLORS