aboutsummaryrefslogtreecommitdiffstats
path: root/.zshrc-freebsd
diff options
context:
space:
mode:
authorshmibs <shmibs@shmibbles.me>2018-10-19 04:54:51 -0700
committershmibs <shmibs@shmibbles.me>2018-10-19 04:54:51 -0700
commitad04ec6996ecd91ac2378069c99e73f54ac18cf3 (patch)
treeea16b3d6581f4b45619b303e60f8d187fd647ce7 /.zshrc-freebsd
parentc68e0d757ec0ee5baf9bf94ddd9634edf998d24f (diff)
downloaddotfiles-ad04ec6996ecd91ac2378069c99e73f54ac18cf3.tar.gz
merge tablet configs
Diffstat (limited to '.zshrc-freebsd')
-rw-r--r--.zshrc-freebsd3
1 files changed, 0 insertions, 3 deletions
diff --git a/.zshrc-freebsd b/.zshrc-freebsd
index 7292e28..62b19f0 100644
--- a/.zshrc-freebsd
+++ b/.zshrc-freebsd
@@ -3,9 +3,6 @@ alias ls='ls -G'
alias ll='ls -lGh'
alias grep='grep --color=auto'
alias diff='colordiff'
-alias less='less -R'
-
-export PAGER="less -R"
################## FUNCTIONS ##################