Alsö, remove impossible alias. If someone wants it, they can write the function, but since aliases literally don't work this way it seems obvious that nobody has ever used it.
24 lines
750 B
Bash
24 lines
750 B
Bash
# shellcheck shell=bash
|
|
about-alias 'homesick aliases'
|
|
|
|
# Aliases
|
|
alias sikhm="homesick cd dotfiles"
|
|
alias sikclone="homesick clone"
|
|
alias sikcomt="homesick commit dotfiles"
|
|
alias sikdstry="homesick destroy"
|
|
alias sikdif="homesick diff dotfiles"
|
|
alias sikexec="homesick exec dotfiles"
|
|
alias sikexeca="homesick exec_all"
|
|
alias sikgen="homesick generate"
|
|
alias sikhlp="homesick help"
|
|
alias siklnk="homesick link dotfiles"
|
|
alias sikls="homesick list"
|
|
alias sikopn="homesick open dotfiles"
|
|
alias sikpll="homesick pull dotfiles"
|
|
alias sikpsh="homesick push dotfiles"
|
|
alias sikrc="homesick rc dotfiles"
|
|
alias sikpth="homesick show_path dotfiles"
|
|
alias sikst="homesick status dotfiles"
|
|
alias sikulnk="homesick unlink dotfiles"
|
|
alias sikv="homesick version"
|