aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2021-11-07.vimrc: prevent dirvish plugin from defining key mappingnsfisis
2021-11-07.zshrc: fix incorrect "if"nsfisis
2021-11-07.gitconfig: make some aliases accept additional argumentsnsfisis
2021-11-07.gitconfig: rename alias "cb" to "current-branch"nsfisis
2021-11-07.zshrc: display stash count in VCS infonsfisis
2021-11-07.zshrc: make some aliases portablensfisis
2021-11-07.tmux.conf: fix option namensfisis
2021-11-07.tmux.conf: set renumber-windows onnsfisis
2021-11-07.gitconfig: add --no-edit to alias "mc" and "cpickc"nsfisis
2021-11-07.config/git/ignore: remove tagsnsfisis
Because the file name can be used as a normal file which should not be ignored.
2021-11-04.tmux.conf: remove hostname from status linensfisis
2021-11-04.vimrc: Load ftplugin/man.vimnsfisis
2021-11-04.vimrc: call IndentLinesReset when shiftwidth changes on FileType autocommandnsfisis
IndentLinesReset is automatically called when OptionSet autocommand for shiftwidth is fired, but the event is not fired while FileType autocommand is processed.
2021-11-04.vimrc: jump to the last cursor position when you open a filensfisis
2021-09-11.gitconfig: remove `user.name` and `user.email` from global `.gitconfig`nsfisis
2021-09-11githooks/commit-msg: fix a way to extract issue numbernsfisis
2021-08-07Update githooks/commit-msg: fix a way to extract issue numbernsfisis
2021-08-07Update .vimrc: modify 'jplus' plugin' settingsnsfisis
2021-08-07Update .zshrc: add mkdir aliasnsfisis
2021-08-07Update .tmux.confnsfisis
2021-06-12Update .tmux.conf: add key bindingsnsfisis
2021-06-11Update .tmux.conf: unbind key bindings in root tablensfisis
2021-06-11Update .vimrc: lightlinensfisis
2021-06-04Update alacritty.yml: set tmux as a pseudo-shellnsfisis
2021-06-04Update .tmux.conf: update status linensfisis
2021-06-03Enable truecolor (24-bit color) in terminalnsfisis
2021-06-03Add .tmux.confnsfisis
2021-06-03Add .config/bat/themes/Ocean.tmThemensfisis
2021-06-02Update .vimrc: remove plugin 'lexima'nsfisis
2021-06-01Remove etc/ocean.itermcolorsnsfisis
2021-06-01Update .zshrc: modify chpwdnsfisis
2021-06-01Update .zshrc: move exportnsfisis
2021-06-01Update .zshrc: change alias settingsnsfisis
2021-06-01Revert "fish shell"nsfisis
This reverts commit 77db37d3506edd006c0d4edc8b216d869a06f30b.
2021-06-01Revert "Add starship.toml"nsfisis
This reverts commit 33d1e3dca1531757b768a23777620a212804f529.
2021-05-31fish shellnsfisis
2021-05-30Update .zshrc: improve __cd_* cmdnsfisis
2021-05-30Add starship.tomlnsfisis
2021-05-30Update .zshrc: add aliasesnsfisis
2021-05-30Move '.gitignore_global' to '.config/git/ignore'nsfisis
It is the default place of the global ignore file.
2021-05-30Update alacritty.ymlnsfisis
2021-05-30Add '.config/alacritty/alacritty.yml'nsfisis
2021-05-27Update .zshrc: refresh vcs_info when prompt is redrawnnsfisis
2021-05-27Update .vimrc: update todolist pluginnsfisis
2021-05-27Update .gitconfig: update rebase confignsfisis
2021-04-14Update .vimrc: increase history sizensfisis
2021-04-14Update githook/commit-msg: improve handling of '/'nsfisis
2021-02-20Add 'githooks/commit-msg'nsfisis
It substitutes '###' with '#NNNNN', where 'NNNNN' is the issue number.
2021-02-20Update .gitconfig: add blame.coloring optionnsfisis
2021-02-20Update .gitconfig: improve alias 'git l' behaviornsfisis