remove "set echo" added by the "command cd" fix

In commit 8ed0d31e8e, which was only supposed to change "cd" to "command cd", this "set echo" line was also added. This command stomps on the shell's argument list, which (through a complicated chain of events) causes logins under lightdm on Linux to fail.
master
Harald Koch 8 years ago committed by GitHub
parent 5356702cf5
commit 90bba04b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      gitprompt.sh

@ -1,5 +1,4 @@
#!/usr/bin/env bash
set echo
function async_run() {
{

Loading…
Cancel
Save