mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 15:50:41 +00:00
Add fabric command wrapper and update zsh aliases
This commit is contained in:
parent
fa1f197925
commit
34e4a19828
3 changed files with 16 additions and 1 deletions
|
@ -86,6 +86,21 @@ if [[ $(command -v eza) ]]; then
|
|||
alias lle='ezafunc::le 2'
|
||||
fi
|
||||
|
||||
#######################################
|
||||
# Wrapper for fabric-ai command.
|
||||
# Globals:
|
||||
# None
|
||||
# Arguments:
|
||||
# Arguments to pass to fabric-ai
|
||||
# Outputs:
|
||||
# Output from fabric-ai command
|
||||
# Returns:
|
||||
# Exit code from fabric-ai command
|
||||
#######################################
|
||||
fabric() {
|
||||
fabric-ai ${@:-}
|
||||
}
|
||||
|
||||
#######################################
|
||||
# wttr - show the weather forecast in Terminal.
|
||||
# Globals:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue