diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2022-04-17 11:00:18 -0500 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2022-04-17 11:00:18 -0500 |
commit | a6831bb06715245a580f409bb9cc2e53cf63ee94 (patch) | |
tree | 6137f817af2405f530d45c5507ed3f20c175a5db /zsh/zshrc | |
parent | 51c91732f84707686e92f01d3d6387fba88675bd (diff) | |
download | dotconfig-a6831bb06715245a580f409bb9cc2e53cf63ee94.tar.xz dotconfig-a6831bb06715245a580f409bb9cc2e53cf63ee94.zip |
asdf
Diffstat (limited to 'zsh/zshrc')
-rwxr-xr-x | zsh/zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ setopt EXTENDED_HISTORY # Save superfluous info with command to reduce disk wri # Other settings setopt autocd # 'cd' is implied -"/home/timmy/.local/opt/shell-color-scripts/colorscripts/$(ls /home/timmy/.local/opt/shell-color-scripts/colorscripts | shuf -n1)" +"/home/timmy/.local/opt/shell-color-scripts/colorscripts/$(ls /home/timmy/.local/opt/shell-color-scripts/colorscripts 2>/dev/null | shuf -n1)" 2>/dev/null # Load zsh plugins; should be last for plugin in ${=ZPLUGINS}; do source "$plugin"; done |