From d529ef2559d53c94a00fdca306a70b174a04b58b Mon Sep 17 00:00:00 2001 From: krolyxon Date: Thu, 15 Sep 2022 15:56:10 +0530 Subject: [PATCH] switch to librewolf --- .config/shell/aliasrc | 1 + .config/shell/profile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index c21b04f..ca89779 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -9,6 +9,7 @@ alias \ dots='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' \ lf="lfub" \ nb="newsboat" \ + hst="history 1 -1 | cut -c 8- | sort | uniq | fzf | tr -d '\n' | xclip -sel c" \ # Verbosity and settings that you pretty much just always are going to want. alias \ diff --git a/.config/shell/profile b/.config/shell/profile index df9e821..c7aaf55 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -2,7 +2,7 @@ export EDITOR="nvim" export TERMINAL="st" -export BROWSER="firefox" +export BROWSER="librewolf" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share"