mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Add grc
This commit is contained in:
@@ -75,5 +75,8 @@ if command -v most >/dev/null 2>&1; then
|
||||
export PAGER="most"
|
||||
fi
|
||||
|
||||
# Enable grc if we have it
|
||||
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh
|
||||
|
||||
# Load any local settings
|
||||
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
|
||||
|
||||
@@ -4,6 +4,7 @@ cryptsetup
|
||||
dsniff
|
||||
ecryptfs-utils
|
||||
exuberant-ctags
|
||||
grc
|
||||
iftop
|
||||
iptraf
|
||||
ipython
|
||||
|
||||
Reference in New Issue
Block a user