Commit Graph

3322 Commits (040474499f066862761f231a30831ee1c74d22d2)

Author SHA1 Message Date
Konstantin Gredeskoul 040474499f
Adding node prompt that does not require NVM
There are now alternative version managers available, such as volta.sh.
We should be able to show node version regardless of whether you are
using NVM or not. I decided not to add dedicated PREFIX variables for
now, but it can be done later.

We still check nvm first, and if it returns something — we use it.
Only if the output of NVM is blank do we use the new function to grab the version of NodeJS.

There is a caveat — if node is installed with the OS, eg `/usr/bin/node` this
function will pick it up and run `--version` on it, and therefore it will
now be displayed in the prompt.

Tested locally on OS-X/bash:

* with/without NVM
* with/without VOLTA
* with/without system node
2021-09-12 23:35:38 -07:00
Konstantin Gredeskoul 93214cfcce
Merge pull request #1 from kigster/kig/powerline-enhancements
Various powerlline enhancements and simplification
2021-05-10 02:47:12 -07:00
Konstantin Gredeskoul 7b46a6c645
Adding Tango 2021-04-30 08:33:22 -07:00
Konstantin Gredeskoul 2db1698680
More themes 2021-04-30 08:21:48 -07:00
Konstantin Gredeskoul 977cacf54a
Skip dirname stderr 2021-04-29 20:20:12 -07:00
Konstantin Gredeskoul a30b04f376
WIP — enhancements 2021-04-23 04:35:29 -07:00
Konstantin Gredeskoul 380cfb3343
WIP: more fixes to the prompts 2021-04-23 04:35:29 -07:00
Konstantin Gredeskoul f1fa5e0ccd
Various powerlline enhancements and simplification 2021-04-23 04:35:26 -07:00
Konstantin Gredeskoul 5dcb8243b7
Fixing base theme 2021-04-23 04:31:09 -07:00
Konstantin Gredeskoul 4e6a3c5794
Fixing colors + sedx 2021-04-08 11:46:36 -07:00
Konstantin Gredeskoul b49973ec46
MUCH better lighit colorscheme 2021-04-08 11:46:36 -07:00
Konstantin Gredeskoul a519448852
Adding shortening of CWD and Golang 2021-04-08 11:46:33 -07:00
Konstantin Gredeskoul 4256dcf54e
Adding support for BASH_IT_COLORSCHEME variable + colorschemes 2021-04-08 11:40:38 -07:00
Noah Gorny ebe59c9adc
Merge pull request #1850 from tbhaxor/feature/completion/ngrok
Added completion for ngrok tool
2021-04-04 22:36:13 +03:00
Noah Gorny a6e2c2fc13
Merge pull request #1863 from artemkovalyov/patch-2
add --no-start to docker-compose up command
2021-04-04 22:35:19 +03:00
Noah Gorny 6678788f19
Merge pull request #1857 from bingzhangdai/bindai/extract-plugin
Update extract.plugin.bash, extract compressed file to target directory
2021-04-04 22:34:48 +03:00
Noah Gorny 4f0fa7ebe7
Merge pull request #1862 from NoahGorny/fix-install-error
install: Dont quote number vars, to support older bash versions
2021-04-04 22:34:25 +03:00
Artem Kovalov 905abd37f8
add --no-start to up command 2021-04-03 13:15:04 +02:00
Noah Gorny a8b43620f8 install: Dont quote number vars, to support older bash versions 2021-04-01 17:59:59 +03:00
Noah Gorny 0239ab8c31 completion: ngrok: Add --help option 2021-04-01 00:37:49 +03:00
Noah Gorny 1dfaf36d91 completion: ngrok: Only complete the list in case prev is ngrok 2021-04-01 00:37:49 +03:00
Noah Gorny e06066c367
Merge pull request #1842 from Titivoot/master
easy theme added
2021-04-01 00:35:15 +03:00
Gurkirat Singh 035fc920ad completion (improvement): remove if statement 2021-04-01 00:34:37 +03:00
Gurkirat Singh ab011cd9ba completion (improvement): fixed linting 2021-04-01 00:34:37 +03:00
Gurkirat Singh d42a1206f9 completion (feature): implemented ngrok 2021-04-01 00:34:37 +03:00
Noah Gorny ce854255b4
Merge pull request #1833 from NoahGorny/add-license-to-docs
add license to docs
2021-04-01 00:29:07 +03:00
Noah Gorny 9524bf85ae docs: Add easy theme to themes image list 2021-04-01 00:28:28 +03:00
Titivoot Pangrit 6866648ac6 Add theme Easy 2021-04-01 00:28:28 +03:00
Noah Gorny 514a753901
Merge pull request #1858 from lintonf/patch-1
Fix spelling mistake with terraform destroy alias
2021-03-31 23:56:58 +03:00
Linton Fisher 0b808b17f1
Fix spelling mistake 2021-03-30 00:57:13 +01:00
Noah Gorny 4860fb8c60
Merge pull request #1849 from tiagobarros99/purity-add-virtualenv
purity theme, added virtualenv name display
2021-03-25 19:16:35 +02:00
tiago cda81f3d74 cleaned and linted purity theme 2021-03-24 21:39:57 +00:00
Bingzhang Dai 7331cd2676
Update extract.plugin.bash 2021-03-24 18:42:44 +08:00
Bingzhang Dai 399b5199b0
Update extract.plugin.bash, support to extract zip to target directory 2021-03-24 17:04:21 +08:00
Noah Gorny eced6802d0
Merge pull request #1856 from NoahGorny/fix-typeset-command-not-found
helpers: Fix broken compoure references after vendor change
2021-03-22 21:40:29 +02:00
Noah Gorny 02f6654841 test: Add bash-it help plugins test 2021-03-21 22:07:24 +02:00
Noah Gorny 7b5f758eba helpers: Fix broken compoure references after vendor change 2021-03-21 21:52:47 +02:00
tiago 64c4c30706 minor change 2021-03-17 15:39:57 +00:00
tiago ea444459cf improved PS1, function rename 2021-03-17 15:26:39 +00:00
Noah Gorny 6f02b8d194
Merge pull request #1851 from ofirshtrull/master
Add support for active gcloud account in powerline prompt
2021-03-15 23:01:43 +02:00
Noah Gorny c8ef6c9146
Merge pull request #1848 from matthewadams/master
add npm alias nt="npm test"
2021-03-13 18:55:02 +02:00
Ofir Shtrull 8ae2b1e73d fix typo 2021-03-11 18:32:10 +02:00
Ofir Shtrull ffc1701c0a Add to prompt google gcloud active account 2021-03-11 18:25:23 +02:00
tiago 682d6d728d added python's virtualenv name 2021-03-10 15:24:32 +00:00
Matthew Adams 96586dd575 add alias nt="npm test" 2021-03-09 14:14:19 -06:00
Noah Gorny c59886b8ab
Merge pull request #1847 from tbhaxor/patch-2
Added alias for git rebase
2021-03-09 00:15:58 +02:00
Gurkirat Singh 5c6306deb7
alias (improvement): continue rebase after conflict resolve 2021-03-09 02:24:12 +05:30
Noah Gorny 6093ecbb60
Merge pull request #1841 from ddaza/master
fix: Git alias quote style broke functionality
2021-02-26 10:17:01 +02:00
ddaza e289549a50
fix alias quotes 2021-02-25 19:45:59 -06:00
Artem Kovalov 9d7738d14d Improved systemd aliases
Refactor naming
Add restart
2021-02-25 00:01:38 +02:00