From af50d39e01b3801b40bb9364668226bcfe154d05 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 24 Nov 2013 14:24:26 +0100 Subject: Added pacman alias for searching through local package names. Added TERM export for beaglebone. --- .zsh.after/aliases.zsh | 1 + .zsh.after/export.zsh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to '.zsh.after') 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 diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index 7d2308b..5cfb766 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -1,5 +1,5 @@ case "$HOST" in - "pitheunlord") + "pitheunlord" | "beagleclone") export TERM=screen-256color ;; esac -- cgit v1.2.3-70-g09d2