diff options
| author | Shubham Saini <shubham6405@gmail.com> | 2020-01-08 12:21:31 +0000 |
|---|---|---|
| committer | Shubham Saini <shubham6405@gmail.com> | 2020-01-08 12:21:31 +0000 |
| commit | 66be963d741c95fc72f3cfcd2c94ec703d8cbf95 (patch) | |
| tree | 126c37e1934f7bd78732a841b23d96f7e03d29df /zsh | |
| parent | 07dbe6bdea237be70df6304fe99265d90e8ffa37 (diff) | |
added autocompletion for cpp(nvim)
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/.zshrc | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -13,9 +13,7 @@ export XDG_CURRENT_DESKTOP=bspwm | |||
| 13 | # load a random theme each time oh-my-zsh is loaded, in which case, | 13 | # load a random theme each time oh-my-zsh is loaded, in which case, |
| 14 | # to know which specific one was loaded, run: echo $RANDOM_THEME | 14 | # to know which specific one was loaded, run: echo $RANDOM_THEME |
| 15 | # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | 15 | # See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes |
| 16 | ZSH_THEME="kolo" | 16 | ZSH_THEME="minimal" |
| 17 | SPACESHIP_CHAR_SYMBOL=" " | ||
| 18 | SPACESHIP_PROMPT_ADD_NEWLINE=false | ||
| 19 | 17 | ||
| 20 | # Set list of themes to pick from when loading at random | 18 | # Set list of themes to pick from when loading at random |
| 21 | # Setting this variable when ZSH_THEME=random will cause zsh to load | 19 | # Setting this variable when ZSH_THEME=random will cause zsh to load |
