change zim personal aliases
This commit is contained in:
parent
611860b227
commit
edc1406130
3
conf.d/zim/modules/manjaro/README.md
Normal file
3
conf.d/zim/modules/manjaro/README.md
Normal file
@ -0,0 +1,3 @@
|
||||
debian
|
||||
=======
|
||||
|
31
conf.d/zim/modules/manjaro/init.zsh
Normal file
31
conf.d/zim/modules/manjaro/init.zsh
Normal 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user