Add .zprofile

This commit is contained in:
Riyyi
2019-05-06 18:41:02 +02:00
parent fa570b808a
commit 0c71f5a09c
4 changed files with 56 additions and 60 deletions
-11
View File
@@ -1,16 +1,5 @@
#!/bin/bash
man() {
LESS_TERMCAP_mb=$'\e[01;31m' \
LESS_TERMCAP_md=$'\e[01;34m' \
LESS_TERMCAP_me=$'\e[0m' \
LESS_TERMCAP_so=$'\e[01;107;30m' \
LESS_TERMCAP_se=$'\e[0m' \
LESS_TERMCAP_us=$'\e[04;95m' \
LESS_TERMCAP_ue=$'\e[0m' \
command man "$@"
}
depend() {
pactree -u -d 1 $1 | tail -n +2
}