diff options
author | clarkzjw <[email protected]> | 2023-03-13 15:46:23 -0700 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-03-13 15:46:23 -0700 |
commit | 2e053f93b615d2a60b2e5a3e18ad002e35b6f49c (patch) | |
tree | e57ef7a538465c9f2b1713d56fd50a99baeb98ea /dot_zshrc | |
parent | 6d118a52a887eb0b5038e6f2e860940c60079a04 (diff) | |
download | dotfiles-2e053f93b615d2a60b2e5a3e18ad002e35b6f49c.tar.gz |
i3: floating lxappearance
Diffstat (limited to 'dot_zshrc')
-rw-r--r-- | dot_zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ HIST_STAMPS="mm/dd/yyyy" | |||
70 | # Custom plugins may be added to $ZSH_CUSTOM/plugins/ | 70 | # Custom plugins may be added to $ZSH_CUSTOM/plugins/ |
71 | # Example format: plugins=(rails git textmate ruby lighthouse) | 71 | # Example format: plugins=(rails git textmate ruby lighthouse) |
72 | # Add wisely, as too many plugins slow down shell startup. | 72 | # Add wisely, as too many plugins slow down shell startup. |
73 | plugins=(git fzf-zsh-plugin) | 73 | plugins=(git fzf) |
74 | 74 | ||
75 | source $ZSH/oh-my-zsh.sh | 75 | source $ZSH/oh-my-zsh.sh |
76 | 76 | ||