1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 13:09:07 +00:00

Added alias myip

Clean up completion
This commit is contained in:
Andrea Mistrali
2016-10-14 12:07:38 +02:00
parent 106aaf9d34
commit 8dce8a067e
3 changed files with 11 additions and 1 deletions

3
zshrc
View File

@ -17,8 +17,11 @@ KERNEL=`uname -s`
LIBRARY=${BASE}/zsh.d
KERNLIB=${LIBRARY}/${KERNEL}
echo $KERNEL
function loadRC {
# [ -d $1 ] && cd $1 || exit 1
#
if [ -d $1/zshfunctions ]; then
fpath=($1/zshfunctions $fpath)