aboutsummaryrefslogtreecommitdiffstats
path: root/.zsh.after
diff options
context:
space:
mode:
Diffstat (limited to '.zsh.after')
-rw-r--r--.zsh.after/aliases.zsh1
-rw-r--r--.zsh.after/export.zsh3
-rw-r--r--.zsh.after/functions.zsh3
3 files changed, 3 insertions, 4 deletions
diff --git a/.zsh.after/aliases.zsh b/.zsh.after/aliases.zsh
index 8a86938..413dd3b 100644
--- a/.zsh.after/aliases.zsh
+++ b/.zsh.after/aliases.zsh
@@ -162,7 +162,6 @@ alias pac='sudo pacman -S' #Install specific package(s) from the repositories
alias pacu='sudo pacman -U' #Install specific package not from the repositories but from a file
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
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh
index 45dbe9b..89ba7dc 100644
--- a/.zsh.after/export.zsh
+++ b/.zsh.after/export.zsh
@@ -1,5 +1,4 @@
-# use xterm-color anywhere. Sane default for color and termite
-if [[ -n $TMUX ]] && [[ $VENDOR != "apple" ]];then
+if [[ -n $TMUX ]] && [[ $VENDOR != "apple" ]] && [[ ! -e /etc/debian_version ]]; then
export TERM="tmux-256color"
elif [[ -n $STY ]];then
export TERM="screen-256color"
diff --git a/.zsh.after/functions.zsh b/.zsh.after/functions.zsh
index b089ff6..e2af147 100644
--- a/.zsh.after/functions.zsh
+++ b/.zsh.after/functions.zsh
@@ -203,13 +203,13 @@ ex2() {
## RSYNC
backupinfo() {
- log_cyan "INFO"
rsync\
-r\
-n\
-t\
-p\
-o\
+ -h\
-g\
-v\
--progress\
@@ -232,6 +232,7 @@ backupfolder() {
-t\
-p\
-o\
+ -h\
-g\
-v\
--progress\