From e5e8ab40467395b81e436cfe4b00a7305b397ba7 Mon Sep 17 00:00:00 2001 From: Jake Pullen Date: Sat, 17 May 2025 15:02:11 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A7=B9=20done=20tidying=20up=20f?= =?UTF-8?q?or=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hypr/hyprland.conf | 5 ++--- zsh/.histfile | 21 +++++++++++++++++++++ zsh/.zshrc | 2 +- 3 files changed, 24 insertions(+), 4 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index a0d4977..597007f 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -19,7 +19,6 @@ monitor = DP-2, preferred, auto, 1 # LG DualUpw $terminal = alacritty $fileManager = dolphin $menu = wofi --show drun -$editor = nvim ################# ### AUTOSTART ### @@ -30,7 +29,7 @@ $editor = nvim exec-once = waybar exec-once = [workspace 1 silent] $terminal -exec-once = [workspace 1 silent] $editor +exec-once = [workspace 1 silent] $EDITOR exec-once = [workspace 10] spotify-launcher @@ -162,7 +161,7 @@ bind = $mainMod, V, togglefloating, bind = $mainMod, R, exec, $menu bind = $mainMod, P, pseudo, # dwindle bind = $mainMod, J, togglesplit, # dwindle -bind = $mainMod, Return, exec, $editor +bind = $mainMod, Return, exec, $EDITOR # Move focus with mainMod + arrow keys bind = $mainMod, left, movefocus, l diff --git a/zsh/.histfile b/zsh/.histfile index c8d1abf..852ba98 100644 --- a/zsh/.histfile +++ b/zsh/.histfile @@ -842,3 +842,24 @@ sudo pacman -S ttf-font-awesome waybar ttf-jetbrains-mono-nerd ttf-nerd-fonts-sy : 1747488571:0;waybar : 1747488811:0;cd .. : 1747488816:0;ga . +: 1747488819:0;gc +: 1747488882:0;nvim hypr +: 1747488917:0;which nvim +: 1747489171:0;cd .config/zsh +: 1747489172:0;ls +: 1747489175:0;ls -la +: 1747489185:0;nvim .zshrc +: 1747489397:0;hyprctl reload +: 1747489447:0;shutdown -r now +: 1747490073:0;ls +: 1747490078:0;nvim verity +: 1747490111:0;cd verity +: 1747490114:0;ls -l +: 1747490120:0;ls -la +: 1747490199:0;cd ../.config/nvim +: 1747490204:0;nvim init.lua +: 1747490235:0;nvim . +: 1747490504:0;nvim verity +: 1747490512:0;cd .. +: 1747490524:0;cd ../dotfiles +: 1747490529:0;ga . diff --git a/zsh/.zshrc b/zsh/.zshrc index 5bc4815..e84aff8 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -18,7 +18,7 @@ PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magent RPROMPT='%F{15}(%F{166}%D{%H:%M}%F{15})%f' export PATH=$PATH:$HOME/.local/bin -export EDITOR=~/.local/bin/zed +export EDITOR=nvim export GIT_EDITOR=nvim # Fixing zsh history problems on multiple terminals