summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2020-11-01 12:50:33 -0500
committerKjetil Orbekk <kj@orbekk.com>2020-11-01 12:50:33 -0500
commit16abf0a670c22da3aea52a960cdde89573c1e88f (patch)
tree9b3af106a11239ee6280773f0dc63278514f9889 /zsh/.zshrc
parent068517acc5c5682c495cc3eef8291c3e20521f61 (diff)
Set up rofi
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