Merge branch 'master' of github.com:hykilpikonna/zshrc
This commit is contained in:
@@ -39,10 +39,13 @@ check-inject()
|
||||
fi
|
||||
}
|
||||
|
||||
CFGSYNC="$SCR/../config-sync"
|
||||
|
||||
# Sync SSH Config
|
||||
alias check-ssh-config="check-config $HOME/.ssh/config $SCR/../config-sync/ssh-config"
|
||||
alias check-ssh-config="check-config $HOME/.ssh/config $CFGSYNC/ssh-config"
|
||||
check-ssh-config
|
||||
|
||||
# Check nanorc includes
|
||||
# check-inject "$HOME/.nanorc" "include $SCR/../config-sync/nanorc"
|
||||
check-config "$HOME/.nanorc" "$SCR/../config-sync/nanorc"
|
||||
check-config "$HOME/.nanorc" "$CFGSYNC/nanorc"
|
||||
check-config "$HOME/.java/.userPrefs/com/cburch/logisim/prefs.xml" "$CFGSYNC/.java/.userPrefs/com/cburch/logisim/prefs.xml"
|
||||
|
||||
@@ -40,6 +40,7 @@ alias l='ll'
|
||||
alias lla='ls -la'
|
||||
alias grep='grep --color'
|
||||
alias rm='rm -ir'
|
||||
alias mkdirs='mkdir -p'
|
||||
|
||||
alias ports='netstat -tulpn | grep LISTEN'
|
||||
alias findtxt='grep -IHrnws --exclude=\*.log -s '/' -e'
|
||||
|
||||
Reference in New Issue
Block a user