Add .zprofile
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user