mirror of
https://github.com/DictXiong/dotfiles.git
synced 2025-04-25 19:06:52 +08:00
do not set LESS
This commit is contained in:
parent
30d1fa8bcf
commit
48153949c1
1
.zshrc2
1
.zshrc2
|
@ -4,7 +4,6 @@ export LC_ALL=C.UTF-8
|
||||||
export LANG=C.UTF-8
|
export LANG=C.UTF-8
|
||||||
export DOTFILES=$( cd "$( dirname "${BASH_SOURCE[0]:-${(%):-%x}}" )" && pwd )
|
export DOTFILES=$( cd "$( dirname "${BASH_SOURCE[0]:-${(%):-%x}}" )" && pwd )
|
||||||
export PATH="$PATH:$DOTFILES/scripts"
|
export PATH="$PATH:$DOTFILES/scripts"
|
||||||
export LESS="-N"
|
|
||||||
|
|
||||||
# antigen
|
# antigen
|
||||||
if [[ -z "$DFS_NO_WALL" ]]; then
|
if [[ -z "$DFS_NO_WALL" ]]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user