diff options
author | shmibs <shmibs@shmibbles.me> | 2018-10-19 04:54:51 -0700 |
---|---|---|
committer | shmibs <shmibs@shmibbles.me> | 2018-10-19 04:54:51 -0700 |
commit | ad04ec6996ecd91ac2378069c99e73f54ac18cf3 (patch) | |
tree | ea16b3d6581f4b45619b303e60f8d187fd647ce7 /.zshrc-freebsd | |
parent | c68e0d757ec0ee5baf9bf94ddd9634edf998d24f (diff) | |
download | dotfiles-ad04ec6996ecd91ac2378069c99e73f54ac18cf3.tar.gz |
merge tablet configs
Diffstat (limited to '.zshrc-freebsd')
-rw-r--r-- | .zshrc-freebsd | 3 |
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 ################## |