Commit Graph

10 Commits

Author SHA1 Message Date
Chen Asraf
1447b38896 feat: add hostname to prompt 2023-01-25 01:33:51 +02:00
Maximilian Bosch
1a985d82ea Don't try to display information from git if it's not available 2020-10-03 00:07:40 +02:00
Maximilian Bosch
87e7cd7971 Make dir levels shown in the prompt configurable
Until now the prompt only shows the last three levels of the prompt,
however I'd personally prefer to have some more levels (i.e. five).

I figured that it's not worth debating about how many levels make sense,
instead it's now configurable in `~/.zshrc`, the current default will be
kept.

This can be achieved by adding the following line to `~/.zshrc` *before*
loading this theme:

```
export LAMBDA_MOD_N_DIR_LEVELS=5
```
2019-04-16 22:39:16 +02:00
Vonfry
917ae6277f fix(permission): hide the print about permission
Origin version will prompt something like "<file> permission denied". I think it is ugly. The pr fix
it.
2017-10-05 17:39:21 +08:00
Seong Yong-ju
e9c25e468b Fixed lambda icon 2017-07-05 20:38:02 +09:00
Hasib Billah
6fa277361e Reverted to commit-eceee68 2017-05-21 18:09:27 +06:00
Jacob Mitchell
19e38f648d Set prompt using double quotes 2017-03-29 15:57:45 -07:00
Hasib Billah
eceee68cf4 Fixed According To Latest ZSH Update 2015-12-15 16:18:20 +06:00
Hasib Billah
c2b3c6c47c Changed Branch Symbol 2015-10-07 12:04:47 +06:00
Hasib Billah
9dec1ec06c Renamed Theme & Added Screenshot 2015-10-06 12:07:40 +06:00