Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Robert Spencer
awit-zsh-superawesome
Commits
47c9aba3
Commit
47c9aba3
authored
Nov 16, 2019
by
Nigel Kukard
Browse files
Use system packages
The cache directory is now in ~/.cache/oh-my-zsh
parent
f4e00018
Changes
7
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
47c9aba3
cache
zshrc.local
custom/plugins/zsh-syntax-highlighting
View file @
47c9aba3
../../zsh-syntax-highlighting
\ No newline at end of file
/usr/share/zsh/plugins/zsh-syntax-highlighting
\ No newline at end of file
custom/themes/powerlevel9k.zsh-theme
View file @
47c9aba3
../../powerlevel9k/powerlevel9k.zsh-theme
\ No newline at end of file
/usr/share/zsh-theme-powerlevel9k/powerlevel9k.zsh-theme
\ No newline at end of file
oh-my-zsh
@
5c047ae8
Compare
5c047ae8
...
5c047ae8
Subproject commit 5c047ae8ba54577f7e7471094bbce375339559ab
powerlevel9k
@
13b0e383
Compare
13b0e383
...
13b0e383
Subproject commit 13b0e383a066c9c37d5cf71d4af521f9b73a173e
zsh-syntax-highlighting
@
02a37dd9
Compare
02a37dd9
...
02a37dd9
Subproject commit 02a37dd919dc48e0821186e5f20e78bd0215f86a
zshrc.d/80-oh-my-zsh.zsh
View file @
47c9aba3
# Path to your oh-my-zsh installation
.
ZSH
=
$HOME
/.zsh
/oh-my-zsh
# Path to your oh-my-zsh installation
ZSH
=
/usr/share
/oh-my-zsh
/
# Custom directory
ZSH_CUSTOM
=
$HOME
/.zsh/custom
#
Set cache directory
ZSH_CACHE
=
$HOME
/.zsh/cache
#
Disable bi-weekly auto-update checks
DISABLE_AUTO_UPDATE
=
"true"
# oh-my-zsh configuration
source
$ZSH
/oh-my-zsh.sh
COMPLETION_WAITING_DOTS
=
"true"
# Pull in the system oh-my-zsh
source
/usr/share/oh-my-zsh/oh-my-zsh.sh
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment