Skip to content

Commit

Permalink
Add anchors to README
Browse files Browse the repository at this point in the history
  • Loading branch information
IlanCosman committed Jun 6, 2020
1 parent 6a957bd commit c5655f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,14 @@ Tide's git capabilities are inherited from fish's built-in [fish_git_prompt](htt

### pwd

| Variable | Description | Default |
| ------------------------ | ------------------------------------------------------------------------ | -------------- |
| pwd_truncate_margin | number of columns distance to maintain between pwd and edge of terminal | 5 |
| pwd_unwritable_icon | symbol to display when the current directory is not writable by the user | '' #Lock icon |
| pwd_color_end_dirs | color of first and last directories | 00AFFF |
| pwd_color_mid_dirs | color of directories between first and last | 0087AF |
| pwd_color_truncated_dirs | color of directories that get truncated when pwd is too long | 8787AF |
| Variable | Description | Default |
| ------------------------ | ------------------------------------------------------------------------ | -------------------- |
| pwd_anchors | Directories displayed in bold and immune to truncation | 'first' 'last' 'git' |
| pwd_color_anchors | color of anchors | 00AFFF |
| pwd_truncate_margin | number of columns distance to maintain between pwd and edge of terminal | 10 |
| pwd_color_truncated_dirs | color of truncated directories | 8787AF |
| pwd_color_dirs | color of normal directories | 0087AF |
| pwd_unwritable_icon | symbol to display when the current directory is not writable by the user | '' #Lock icon |

### status

Expand Down
2 changes: 1 addition & 1 deletion tide_theme/configure/functions/_set_tide_defaults.fish
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function _set_tide_defaults
_set tide_prompt_char_failure_color FF0000
_set tide_prompt_char_icon ''
# ----------------Pwd----------------
_set tide_pwd_truncate_margin 5
_set tide_pwd_truncate_margin 10
_set tide_pwd_unwritable_icon '' # Lock
_set tide_pwd_anchors 'first' 'last' 'git'
_set tide_pwd_color_anchors $_tide_color_light_blue
Expand Down

0 comments on commit c5655f0

Please sign in to comment.