Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-05 | catimg: add README (#7232) | Griko Nibras | |
2018-10-05 | lol: add README (#7231) | Griko Nibras | |
2018-10-05 | iterm2: add README (#7230) | Niklas Gögge | |
2018-10-04 | dircycle: improve README (#7223) | Griko Nibras | |
+ changed keypresses to use the <kbd> tag + added "rebinding keys" section - removed line break on description - removed line break on "rebinding keys" | |||
2018-10-04 | Add READMEs to plugins: yum, mosh, themes (#7229) | Aswath K | |
2018-10-04 | docker-compose: add aliases to README (#7226) | Jayadeep K M | |
2018-10-04 | systemd: add README (#7225) | Jayadeep K M | |
2018-10-04 | gem: add README (#7224) | Marc Cornellà | |
2018-10-04 | change title to h1 | Marc Cornellà | |
2018-10-04 | add alias descriptions | Marc Cornellà | |
2018-10-04 | Add Gem README | Zach Whitten | |
2018-10-04 | gradle: add README (#7211) | Zach Whitten | |
2018-10-04 | laravel: add README (#7222) | Sergey Lysenko | |
2018-10-04 | laravel5: add README (#7221) | Sergey Lysenko | |
2018-10-04 | laravel4: add README (#7220) | Sergey Lysenko | |
2018-10-04 | postgres: add README (#7217) | Umberto Nicoletti | |
2018-10-04 | bower: add README (#7216) | Aswath K | |
2018-10-04 | vagrant: add README (#7215) | Bjorn Stange | |
2018-10-04 | go: add README and deprecation warning (#7214) | MasterOfTheTiger | |
2018-10-04 | dircycle: add README (#7213) | Griko Nibras | |
2018-10-04 | ruby: add README (#7212) | MasterOfTheTiger | |
2018-10-03 | emoji-clock: add README (#7208) | Sagar Patil | |
2018-10-03 | ubuntu: update plugin README (#7199) | Zach Whitten | |
2018-10-03 | mix: add Nerves tasks to completion (#7180) | Zach Whitten | |
2018-10-03 | golang: add README (#7207) | Bjorn Stange | |
2018-10-03 | macports: add README (#7204) | Sebastian Müller | |
2018-10-03 | web-search: add README (#7203) | Denys Dovhan | |
2018-10-03 | nvm: add README (#7202) | Denys Dovhan | |
2018-10-03 | node: add README (#7201) | Denys Dovhan | |
2018-10-03 | gulp: add README (#7200) | Marc Cornellà | |
2018-10-03 | add link | Marc Cornellà | |
2018-10-03 | grunt: add README (#7198) | Denys Dovhan | |
2018-10-03 | jump: use more compatible flag for ln (#7205) | Jonatan Skogsfors | |
The flag '-h' isn't universal across implementation. According to FreeBSD man page for ln you can use 'n'. | |||
2018-10-03 | encode64: add README (#7192) | Griko Nibras | |
2018-10-03 | jump: fix behavior when reusing a mark (#7197) | Rubén Durán Balda | |
Force the mark to point to the new dir, replacing the old one. Fixes #7195 | |||
2018-10-03 | Add README.md to gulp plugin. Issue #7175 | Denys Dovhan | |
2018-10-02 | python: add README (#7191) | Sagar Patil | |
2018-10-02 | vagrant: fix typo in completion (#5846) | Michal Mazur | |
2018-10-02 | vscode: rename vsce and vsced aliases (#7190) | Fernando | |
Changed aliases from ``` alias vsce='code --extensions-dir' alias vsced='code --disable-extensions' ``` to ``` alias vsced='code --extensions-dir' alias vscde='code --disable-extensions' ``` `vsce` is the command line to publish extensions: https://code.visualstudio.com/docs/extensions/publish-extension | |||
2018-10-02 | tmuxinator: add README (#7189) | Marc Cornellà | |
2018-10-02 | added completion and link | Marc Cornellà | |
2018-10-02 | rsync: add README (#7188) | gramps | |
2018-10-02 | suse: add README (#7187) | gramps | |
2018-10-02 | dircycle: trigger appropriate hooks after directory change (#7161) | Marc Cornellà | |
This commit triggers precmd and chpwd hook functions iff we changed directory. This has the same behavior as zsh's hook function execution, which tries to run the functions in the order specified and silently ignores any function that does not exist. See http://zsh.sourceforge.net/Doc/Release/Functions.html#Hook-Functions Also moved duplicate nopushdminus logic to the `switch-to-dir` function. | |||
2018-10-02 | Create README.md | gramps | |
2018-10-02 | chucknorris: add README (#7186) | gramps | |
2018-10-02 | kubectl: add aliases for delete and watch/wide options (#6790) | Serdar Dalgıç | |
2018-10-02 | kubectl: add aliases for namespaces and configmaps (#7102) | Benjamin Krein | |
2018-10-02 | kubectl: add kga and kgaa aliases (#6744) | Patrick Stegmann | |
2018-10-02 | mix: add README (#7185) | Zach Whitten | |