Skip to content
Snippets Groups Projects
Commit f21a6854 authored by iliya.saroukha's avatar iliya.saroukha :first_quarter_moon:
Browse files

fix: explicitely setting $PAGER to `less`

parent 1d235c58
No related branches found
No related tags found
No related merge requests found
...@@ -110,6 +110,8 @@ source $ZSH/oh-my-zsh.sh ...@@ -110,6 +110,8 @@ source $ZSH/oh-my-zsh.sh
# alias zshconfig="mate ~/.zshrc" # alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh" # alias ohmyzsh="mate ~/.oh-my-zsh"
export PAGER="less"
# ---------- ALIASES ----------- # ---------- ALIASES -----------
alias vim="nvim" alias vim="nvim"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment