20 lines
605 B
Bash
20 lines
605 B
Bash
# custom js functions
|
|
source $HOME/pc_settings/functions/js_to_bash.sh
|
|
|
|
# custom git functions
|
|
source $HOME/pc_settings/functions/git_functions.sh
|
|
|
|
# custom bash helpers functions
|
|
source $HOME/pc_settings/functions/misc_functions.sh
|
|
|
|
# custom history functions for zle bindkey
|
|
source $HOME/pc_settings/functions/history_functions.sh
|
|
|
|
# custom functions to work with vim
|
|
source $HOME/pc_settings/functions/vim_functions.sh
|
|
|
|
# custom functions to work with gpg
|
|
source $HOME/pc_settings/functions/gpg_functions.sh
|
|
|
|
# custom functions for editing the ZSH line editor
|
|
source $HOME/pc_settings/functions/zle.sh
|