change zim personal aliases

This commit is contained in:
Jeff Lance 2021-03-03 17:40:34 +01:00
parent 611860b227
commit edc1406130
3 changed files with 36 additions and 2 deletions

View File

@ -0,0 +1,3 @@
debian
=======

View File

@ -0,0 +1,31 @@
#!/bin/zsh
# File : init.zsh
# Author : Jeff LANCE <email@jefflance.me>
# Date : 03.03.2021
# Last Modified Date: 03.03.2021
# Last Modified By : Jeff LANCE <email@jefflance.me>
#
# Manjaro Shortcuts and Aliases
#
#
# pamac Operations
#
alias pamse='pamac search' # search through apt software package
alias pamin='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 pksf='pkgfile' # search file in packages

View File

@ -15,8 +15,8 @@ zmodule termtitle
zmodule utility
# Provides archive and unarchive functions for easy archive manipulation.
zmodule archive
# Debian aliases and functions.
zmodule debian
# Manjaro aliases and functions.
zmodule manjaro
# Personal aliases
zmodule jl-helper
# sudo module