Skip to content

Conversation

@mhmdka
Copy link

@mhmdka mhmdka commented Apr 4, 2021

Updating 1bash

Here are the changes that has been made for better performance and additional functionality for windows

Performance

  1. removing unnecessary tput commands at set_prompt()
  2. separating completion scripts from 1bash bootstrap and add it to functions

Functionality

changing functions to be more compatible with windows environment including:

  • localip
  • whois
  • gitlf (for git warning)

adding functions for better experience with 1bash including:

  • publicip
  • speedtest (network performance)
  • complete (referring to performance upgrade)

if [ -r $i ]; then
. $i
if [ -r $i ]; then
if [ "$i" != "/c/Users/mohammad.kahani/1bash/1bash.d/completion.sh" ]; then
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😮 😆

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:))))))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants