17 lines
511 B
Bash
17 lines
511 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
|