From 16abf0a670c22da3aea52a960cdde89573c1e88f Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 1 Nov 2020 12:50:33 -0500 Subject: Set up rofi --- zsh/.zshenv | 4 ++++ zsh/.zshrc | 6 +----- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'zsh') diff --git a/zsh/.zshenv b/zsh/.zshenv index 957ab52..24577bb 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -3,3 +3,7 @@ export EDITOR=nvim export TERMINAL=urxvt export EMACSDIR=$HOME/.emacs.d PATH="$HOME/bin:$HOME/.emacs.d/bin:$PATH" + +alias e="emacsclient -n" +alias dmenu=rofi +alias dmenu_run="rofi -show run" 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 -- cgit v1.2.3