aboutsummaryrefslogtreecommitdiffstats
path: root/_zsh
Commit message (Collapse)AuthorAgeFilesLines
* _zsh: emacs: Force LC_CTYPE=zh_CN.UTF-8Aaron LI2016-12-081-14/+15
| | | | | The environment variable "LC_CTYPE=zh_CN.UTF-8" is required to be able to use Fcitx inside Emacs (GUI).
* _zsh: Remove "gpg-connect-agent"Aaron LI2016-12-061-3/+2
|
* _zsh: Move some environment variables to _profileAaron LI2016-12-061-8/+3
|
* zsh: turn off zle_bracketed_paste for DFly cons25Aaron LI2016-08-121-2/+2
|
* Update gpg-agent settingsAaron LI2016-06-171-1/+3
|
* zsh: adjust the order of history.zshAaron LI2016-06-031-0/+1
|
* zsh: avoid switching to vi-mode reset bindkey settingsAaron LI2016-05-292-2/+10
|
* zsh: Add 60-zle.zsh and deal with bracketed pasteAaron LI2016-05-291-0/+20
|
* Move GPG_TTY to shell configurationAaron LI2016-05-151-1/+4
|
* 80-emacs.zsh: check existence of emacsclient firstAaron LI2016-05-151-23/+25
|
* _zsh: fix "ls" alias for BSDAaron LI2016-05-081-1/+5
|
* _zsh: adjust directory stack settingsAaron LI2016-05-021-0/+4
|
* _zsh: add handy git aliasesAaron LI2016-05-021-2/+6
|
* _zsh: add 80-tmux.zsh with "percol" integrationAaron LI2016-05-022-6/+34
|
* _zsh: reorder history.zsh; intergrate "percol"Aaron LI2016-05-022-12/+30
|
* _zsh/40-functions.zsh: add "exists()"Aaron LI2016-05-021-0/+5
|
* _zsh: adjust emacs aliasesAaron LI2016-05-021-7/+9
|
* _zsh: simplify initialization; order by perfixAaron LI2016-04-3013-2/+0
|
* Tune zsh configurations.Aaron LI2016-02-251-0/+2
| | | | | _zshrc: place 'aliases.zsh' to the last _zsh/emacs.zsh: add alias 'mu4e'
* zsh: add zsh/emacs.zshAaron LI2016-02-211-0/+37
|
* zsh/functions.zsh: syntax updatesAaron LI2016-02-211-20/+22
|
* zsh/aliases.zsh: remove emacs and vim aliasesAaron LI2016-02-211-3/+0
|
* Tune zsh configuationsAaron LI2016-02-035-15/+35
|
* zsh prompt: show exit code if errorAaron LI2016-01-311-2/+2
|
* Add 'vi-mode.zsh' from 'oh-my-zsh'Aaron LI2016-01-312-6/+53
|
* Tune zsh configs; Auto startx if login on tty6 (.zlogin)Aaron LI2016-01-312-4/+6
|
* small adjustmentsAaron LI2016-01-301-2/+2
|
* Rip out the heavy oh-my-zsh ...Aaron LI2016-01-3011-0/+396
Credits: [1] https://github.com/spicycode/ze-best-zsh-config [2] Zsh Configuration from the Ground Up http://zanshin.net/2013/02/02/zsh-configuration-from-the-ground-up/