Overview
Comment: | zshrc: export EDITOR |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
bc901a6b262cc8986a3abc7ad7bb0678 |
User & Date: | js 2015-02-15 19:27:02 |
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
Changes to zshrc.
︙ | ︙ | |||
180 181 182 183 184 185 186 | 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 | | | 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 |