aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after/aliases.zsh
diff options
context:
space:
mode:
authorDavid Runge <david.runge@frqrec.com>2013-11-24 14:24:26 +0100
committerDavid Runge <david.runge@frqrec.com>2013-11-24 14:24:26 +0100
commitaf50d39e01b3801b40bb9364668226bcfe154d05 (patch)
treed480e40388803b652976e66b35f379d5269928c9 /.zsh.after/aliases.zsh
parent83f64c22afe19b3d54f1dea5fd43046d5daf8e0a (diff)
downloaddotfiles-af50d39e01b3801b40bb9364668226bcfe154d05.tar.gz
dotfiles-af50d39e01b3801b40bb9364668226bcfe154d05.tar.bz2
dotfiles-af50d39e01b3801b40bb9364668226bcfe154d05.tar.xz
dotfiles-af50d39e01b3801b40bb9364668226bcfe154d05.zip
Added pacman alias for searching through local package names. Added TERM export for beaglebone.
Diffstat (limited to '.zsh.after/aliases.zsh')
-rw-r--r--.zsh.after/aliases.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh
index 8e5d849..19255e1 100644
--- a/.zsh.after/aliases.zsh
+++ b/.zsh.after/aliases.zsh
@@ -78,6 +78,7 @@ alias pacu='sudo pacman -U' # Install specific package not from the repositories
alias pacre='sudo pacman -R' # Remove the specified package(s), retaining its configuration(s) and required dependencies
alias pacrem='sudo pacman -Rns' # Remove specified package(s), its configuration(s) and unneeded depends
alias pacsearch="pacman -Sl | cut -d' ' -f2 | grep " # Search through all available packages in repo
+alias pacname="sudo pacman -Qi|grep Name|grep " #Search through names of packages by string
alias pacri='pacman -Si' # Display information about a given package in the repositories
alias pacrs='pacman -Ss' # Search for package(s) in the repositories
alias pacli='pacman -Qi' # Display information about a given package in the local database