mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-11-14 16:31:12 +00:00
13 lines
200 B
Bash
13 lines
200 B
Bash
#
|
|
# Provides Git aliases and functions.
|
|
#
|
|
# Authors:
|
|
# Sorin Ionescu <sorin.ionescu@gmail.com>
|
|
#
|
|
|
|
# Source plugin files.
|
|
source "${0:h}/alias.zsh"
|
|
source "${0:h}/hub.zsh"
|
|
source "${0:h}/style.zsh"
|
|
|