about summary refs log tree commit diff
path: root/zsh/.zsh.d/90_external.zsh
blob: bc79027a8d7d5ba9622df8e88e03859a3eba32b3 (plain) (blame)
1
2
3
4
5
6
#!/usr/bin/env zsh

# https://github.com/garabik/grc {{{
[[ -s "/usr/share/grc/grc.zsh" ]] && \
    source /usr/share/grc/grc.zsh
# }}}

Consider giving Nix/NixOS a try! <3