Commit Graph

2961 Commits (388d632a1c642d2cf2264a8cfc7b3c1459528822)

Author SHA1 Message Date
BarbUk 0896ff2fb3
Use same notation for user@hostname 2020-04-01 01:08:38 +04:00
BarbUk d6d4e4bc7d
Fix typo 2020-04-01 01:05:15 +04:00
BarbUk 78db4d56f0
Update documentation to explain new BARBUK_HOST_INFO configuration 2020-04-01 01:02:24 +04:00
David Farrell d79fc5027b
theme/atomic: update sudo check method 2020-03-31 14:02:22 -07:00
BarbUk 347995d33e
Allow to customize hostname format 2020-04-01 01:02:01 +04:00
BarbUk 6d0744a928
Update documentation 2020-04-01 00:48:11 +04:00
BarbUk d39eb053cf
Allow to disable ssh info 2020-04-01 00:46:58 +04:00
David Farrell 6943996f0b
Revert the NONE_CHAR override 2020-03-31 10:21:02 -07:00
David Farrell 9e443009ac
theme/barbuk: Update prefix for overrides 2020-03-31 10:15:22 -07:00
David Farrell 8c44bae797
theme/barbuk: Update prefix for overrides 2020-03-31 10:12:19 -07:00
BarbUk 337ed0de9a
Documentation for ssh and sudoer configuration 2020-03-31 12:16:06 +04:00
BarbUk 81c4ed70ea
Add user@host information for ssh session 2020-03-31 12:15:28 +04:00
Nils Winkler ca843e7b93
Merge pull request #1535 from buhl/simple-sudo-check
Simplified-sudo-check
2020-03-31 08:51:58 +02:00
Nils Winkler 4ef9cff4f9
Merge pull request #1532 from BarbUk/update/barbuk_theme
Font usage for theme barbuk and git glyphs customization
2020-03-31 08:29:24 +02:00
buhl 303e0a937e Simplified-sudo-check 2020-03-30 21:46:46 +02:00
BarbUk f4cc8ddb77
Allow git glyphs customization 2020-03-30 14:23:58 +04:00
BarbUk 611d4f234f
Update font documentation 2020-03-30 02:11:30 +04:00
BarbUk 5654874aee
Documentation: font usage for theme barbuk 2020-03-30 01:53:27 +04:00
Nils Winkler 30f0efe873
Merge pull request #1526 from davidpfarrell/aliases/git/git-switch
Aliases/git/git switch
2020-03-29 16:30:25 +02:00
David Farrell f52453c643
Fix goenv plugin 2020-03-25 11:29:12 -07:00
David Farrell 0274d36cd7
Use long option values 2020-03-25 10:04:27 -07:00
David Farrell 30ae4d9e5f
Add git switch aliases (gsw*) 2020-03-25 09:49:51 -07:00
Ira Abramov 3e868b7e16 Merge branch 'master' into enforce-pre-commit
* master:
  Update vagrant.completion.bash
  netshoot alias for k8s
  add THEME_SHOW_RUBY_PROMPT.
  add RUBY_VERSION_PROMPT_DISABLED parameter for PS1 prompt.
  fix code review issues.
  envy theme add python virtual_env display support.
  Use new line character instead semicolon in the preexec hook
  Added a comment
  Adds metadata + support for multiple arguments
  Add cht.sh plugin
2020-03-25 09:42:47 +02:00
Ira Abramov b56fa2593a Merge branch 'feature/pre-commit-hook' into enforce-pre-commit
* feature/pre-commit-hook:
  Fixing the indent to everyone's content
2020-03-25 09:42:37 +02:00
Ira Abramov 2ffa59a1b5 Fixing the indent to everyone's content 2020-03-25 09:42:17 +02:00
Nils Winkler 52123d5072
Merge pull request #1510 from cornfeedhobo/add-goenv
Add goenv plugin
2020-03-25 08:42:17 +01:00
Nils Winkler 2332c9e82e
Merge pull request #1522 from matthewadams/patch-1
netshoot alias for k8s
2020-03-25 08:23:07 +01:00
Nils Winkler 159a1ce3e0
Merge pull request #1520 from shiguol/enhance_envy_theme
envy theme add python virtual_env display support.
2020-03-25 08:21:39 +01:00
Nils Winkler f70bd44990
Merge pull request #1524 from ucomesdag/patch-1
Update vagrant.completion.bash
2020-03-25 08:20:06 +01:00
All Your Code 287d9d4b4f
Update vagrant.completion.bash
Fixed command options changes of the Vagrant command. Completion has been broken for a while, especially the snapshot options.
2020-03-22 15:12:40 +01:00
Matthew Adams 7a347b2c51
netshoot alias for k8s
Provides a quick bash prompt in the k8s cluster using https://hub.docker.com/r/nicolaka/netshoot
2020-03-20 14:04:23 -05:00
salex 21885dabb4 add THEME_SHOW_RUBY_PROMPT. 2020-03-20 19:25:45 +08:00
Nils Winkler 733f047026
Merge pull request #1519 from edubxb/new-line-as-separator
Use new line character instead semicolon in the preexec hook
2020-03-20 08:59:57 +01:00
salex fd162c0786 add RUBY_VERSION_PROMPT_DISABLED parameter for PS1 prompt. 2020-03-20 09:44:06 +08:00
salex 7f8652999b fix code review issues. 2020-03-19 21:27:54 +08:00
salex 167dc43a87 envy theme add python virtual_env display support. 2020-03-18 14:07:22 +08:00
Eduardo Bellido Bellido 1bf9bbde0d Use new line character instead semicolon in the preexec hook 2020-03-14 22:56:30 +01:00
Nils Winkler b35d41464c
Merge pull request #1516 from davidpfarrell/cht.sh
Add cht.sh plugin
2020-03-11 08:06:05 +01:00
David Farrell ab7f15bee1
Added a comment 2020-03-10 23:02:33 -07:00
David Farrell 8e9dadfaad
Adds metadata + support for multiple arguments 2020-03-10 22:58:39 -07:00
Ira Abramov 30e47f224c Merge branch 'feature/pre-commit-hook' into enforce-pre-commit
* feature/pre-commit-hook:
  In case we ARE committing to tabs now...
  Add a note on how to use the pre-commit yaml.
  Enforce some coding standards for the contributers
2020-03-10 10:52:27 +02:00
Ira Abramov 6571eb4dd8 In case we ARE committing to tabs now... 2020-03-10 10:51:02 +02:00
Ira Abramov a7a37b8e89 Add a note on how to use the pre-commit yaml. 2020-03-10 10:51:02 +02:00
Ira Abramov 3a0da07a69 Enforce some coding standards for the contributers 2020-03-10 10:50:51 +02:00
Ira Abramov b801fbd4a8 Fix EOF 2020-03-10 10:18:11 +02:00
Ira Abramov 480e0c44bf Removed trailing whitespaces 2020-03-10 10:16:02 +02:00
Ira Abramov f6ae1cd81a Merge branch 'feature/pre-commit-hook' into enforce-pre-commit
* feature/pre-commit-hook:
  Don't touch tab indentations, they are there for a good reason
  another round of refinements after PR #1434
  Add a note on how to use the pre-commit yaml.
  Enforce some coding standards for the contributers
2020-03-10 10:13:29 +02:00
Ira Abramov f09bbed260 Don't touch tab indentations, they are there for a good reason 2020-03-10 10:09:32 +02:00
Nils Winkler d9bcbf4c1f
Merge pull request #1512 from BarbUk/feature/theme-barbuk
Add theme barbuk
2020-03-10 08:17:20 +01:00
cornfeedhobo 58d3acfd88
add goenv plugin 2020-03-10 02:03:05 -05:00