This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import produce from 'immer'; | |
| import { BehaviorSubject, Observable, Subject } from 'rxjs'; | |
| import { | |
| distinctUntilChanged, | |
| filter, | |
| map, | |
| withLatestFrom | |
| } from 'rxjs/operators'; | |
| // tslint:disable:no-any |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Abälard | |
| Abälards | |
| abergläubig | |
| abergläubige | |
| abergläubigem | |
| abergläubigen | |
| abergläubiger | |
| abergläubigere | |
| abergläubigerem | |
| abergläubigeren |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # set prompt with git info, last exit code and colors | |
| promptCommand() { | |
| # values | |
| lastExitCode=$? | |
| gitRev="$(git branch 2>/dev/null | grep '^*' | colrm 1 1)" | |
| # colors | |
| # (all 8bit color codes: https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) | |
| user=$(tput setaf 214) | |
| at=$(tput setaf 240) | |
| host=$(tput setaf 90) |
OlderNewer