updated lf keybind for zsh

This commit is contained in:
Solomon Laing 2022-06-22 12:29:33 +09:30
parent 27cb2b02b4
commit 009c7c50e1
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ lfcd() {
fi fi
} }
bindkey -s '^l' '^ulfcd\n' bindkey -s '^o' '^ulfcd\n'
if [ -f /etc/hostname ]; then if [ -f /etc/hostname ]; then
HOST=$(cat /etc/hostname) HOST=$(cat /etc/hostname)

View File

@ -70,7 +70,7 @@ import XMonad.Util.SpawnOnce
-- A simple way to switch between desktop and laptop related things -- A simple way to switch between desktop and laptop related things
isLaptop :: Bool isLaptop :: Bool
isLaptop = False isLaptop = True
--THEME --THEME