mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -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"
|
export PAGER="most"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Enable grc if we have it
|
||||||
|
[[ -s "/etc/grc.zsh" ]] && source /etc/grc.zsh
|
||||||
|
|
||||||
# Load any local settings
|
# Load any local settings
|
||||||
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
|
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ cryptsetup
|
|||||||
dsniff
|
dsniff
|
||||||
ecryptfs-utils
|
ecryptfs-utils
|
||||||
exuberant-ctags
|
exuberant-ctags
|
||||||
|
grc
|
||||||
iftop
|
iftop
|
||||||
iptraf
|
iptraf
|
||||||
ipython
|
ipython
|
||||||
|
|||||||
Reference in New Issue
Block a user