summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc6
1 files changed, 1 insertions, 5 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index f633d97..611fd40 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -35,13 +35,9 @@ setopt autocd
setopt interactivecomments
alias ls="ls --color"
-
alias e="emacsclient -n"
(( $+commands[exa] )) && alias ls="exa"
-# if (( $+commands[most] )); then
-# alias less="most"
-# export PAGER="most"
-# fi
+
if (( $+commands[fzf] )); then
if (( $+commands[fzf-share] )); then
# Nixos