10 lines
276 B
Bash
10 lines
276 B
Bash
|
# Authors:
|
||
|
# https://github.com/Frederick888
|
||
|
#
|
||
|
# Aptible CLI oh-my-zsh Plugin
|
||
|
|
||
|
# Aliases ###################################################################
|
||
|
|
||
|
alias 'aptible-zsh-clear'='rm -f /tmp/aptible_dbs_zsh_cache /tmp/aptible_envs_zsh_cache /tmp/aptible_apps_zsh_cache'
|
||
|
|