mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
updated batt arch and theme
This commit is contained in:
parent
38c167b33d
commit
3d00a4dfea
2 changed files with 21 additions and 10 deletions
|
|
@ -50,8 +50,8 @@ alias pacrmd='_ $pcman -Rs' ##remove a package and deps which are not required b
|
|||
alias pacrma='_ $pcman -Rsn' ##remove a package and deps and .pacsave files
|
||||
alias pacclc='_ S $pcman -Scc' ## cleans pkgs cache and repos db
|
||||
##makepkg alias
|
||||
alias mksource='makepkg --source -f'
|
||||
alias mkp='makepkg -sf ;alert'
|
||||
alias mkpi='makepkg -sfi '
|
||||
alias mkall='makepkg -sf && makepkg --source -f '
|
||||
alias mkalli='makepkg -sfi && makepkg --source -f '
|
||||
alias mksource='makepkg --source -f' ##creates pkgbuild source tar if existing same ver of source pkg overwritte it
|
||||
alias mkp='makepkg -sf ' ## check for needed deps in main repos install them and build pkg if existing same version of pkg overwrittes it
|
||||
alias mkpi='makepkg -sfi' ## same as above but this one also installs it
|
||||
alias mkall='makepkg -sf && makepkg --source -f ' ##create pkg and source pkg if existing same version of pkg overwrittes it
|
||||
alias mkalli='makepkg -sfi && makepkg --source -f ' ##same as above but this one also installs it
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue