diff --git a/herbstluftwm/autostart b/herbstluftwm/autostart index 4b05fe2..c4e057c 100755 --- a/herbstluftwm/autostart +++ b/herbstluftwm/autostart @@ -70,7 +70,7 @@ hc keybind $Mod-p spawn pavucontrol hc keybind $Mod-Shift-l spawn libreoffice hc keybind $Mod-t spawn /bin/bash -c "LC_ALL=en_DK.utf8 && export LC_ALL && thunderbird" hc keybind $Mod-Shift-i spawn urxvt -e ssh ik15ydit@ircbox.cs.fau.de -t 'tmux a -d' -hc keybind $Mod-Shift-t spawn urxvt -e ssh faui06c.cs.fau.de -t "/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli -k tg-server.pub" +hc keybind $Mod-Shift-t spawn urxvt -e ssh ik15ydit@faui06c.cs.fau.de -t "/proj/ciptmp/ik15ydit/Zeug/Telegram/tg/bin/telegram-cli -k tg-server.pub" hc keybind $Mod-j spawn /bin/bash -c "rm $HOME/.config/herbstluftwm/irc.log && herbstclient spawn urxvt -e 'exit'" hc keybind $Mod-e spawn rofi -combi-mode window,run -show combi -modi combi hc keybind $Mod-Shift-e spawn rofi -show run diff --git a/zshrc b/zshrc index b6b2228..1773f52 100644 --- a/zshrc +++ b/zshrc @@ -228,9 +228,9 @@ if [[ $HOST =~ faui* ]]; then fi ### Experimental ### -alias hs='eval $(cat .config/zshhistory.log | peco)' -alias cfind='print -z $(cat .config/zshhistory.log | peco)' -hhs(){print -z $(cat .config/zshhistory.log | peco)} +alias hs='eval $(cat ~/.config/zshhistory.log | peco)' +alias cfind='print -z $(cat ~/.config/zshhistory.log | peco)' +hhs(){print -z $(cat ~/.config/zshhistory.log | peco)} zle -N hhstest hhs bindkey ^R hhstest source ~/.config/other/zsh-history-substring-search.zsh