#!/bin/zsh # File : init.zsh # Author : Jeff LANCE # Date : 03.03.2021 # Last Modified Date: 03.03.2021 # Last Modified By : Jeff LANCE # # Manjaro Shortcuts and Aliases # # # pamac Operations # alias pamsr='pamac search' # search through apt software package alias paminf='pamac info' # show info about a package alias pamud='pamac update' # update packages database alias pamug='pamac upgrade' # upgrade packages alias pamin='pamac install' # install package alias pamre='pamac remove' # removes packages alias pamudg='pamud && pamug' # # pkgfile Operations # alias pamsf='pkgfile' # search file in packages