set Sudo editor in .zshrc

main
The_miro 2025-05-25 08:04:31 +02:00
parent 474e84e6ad
commit 2375e24b64
4 changed files with 26 additions and 21 deletions

6
.zshrc
View File

@ -134,7 +134,7 @@ export TERM=xterm-256color
alias ls='ls --color=auto' alias ls='ls --color=auto'
alias grep='grep --color=auto' alias grep='grep --color=auto'
~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh
alias ll="ls -la --time-style=long-iso" alias ll="ls -la --time-style=long-iso"
alias l="ll" alias l="ll"
@ -233,5 +233,7 @@ export NVM_DIR="$HOME/.nvm"
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm [ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion [ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export SUDO_EDITOR=/usr/bin/nvim
# Created by `pipx` on 2025-05-12 08:58:28 # Created by `pipx` on 2025-05-12 08:58:28
export PATH="$PATH:/home/abam/.local/bin" export PATH="$PATH:~/.local/bin"

View File

@ -0,0 +1,19 @@
# Or execute your favorite apps at launch like this:
exec-once = export SUDO_EDITOR=/usr/bin/nvim
exec-once =bash ~/Dotfiles/desktopenvs/hyprland/scripts/autostart.sh
exec-once=bash ~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh
exec-once = hyprsunset
exec-once = nm-applet
#exec-once = waybar
exec-once = dunst
# exec-once = nm-applet &
#exec-once = swww-daemon & swww img /ast/bg.jpg & sleep 1s & swww restore
#exec-once = nextcloud
#exec-once=bash swww img ~/Pictures/background.jpg && swww restore
#exec-once=bash dunst
#exec-once=bash nm-applet --indicator
#exec-once=[workspace special:magic silent; float; move 10% 10%; size 70% 70%] kitty
exec-once=[workspace special:magic silent] kitty
exec-once=hyprctl setcursor Nordzy-cursors-lefthand 50
exec-once = hyprpaper -c ~/.config/wallpaper.conf
exec-once=GTK_THEME=Default && nwg-dock-hyprland -mb 15 -r -p bottom -s style.css

View File

@ -2,9 +2,8 @@ source = ~/.config/input.conf
source = ~/.config/monitors.conf source = ~/.config/monitors.conf
source = ~/.config/binds.conf source = ~/.config/binds.conf
source = ~/.config/windowrules.conf source = ~/.config/windowrules.conf
source = ~/.config/autostart.conf
env GTK_THEME = cyberqueer env GTK_THEME = cyberqueer
exec-once = export SUDO_EDITOR=/usr/bin/nvim
exec-once = blueman-applet
#plugin { #plugin {
# hyprexpo { # hyprexpo {
# columns = 3 # columns = 3
@ -61,15 +60,7 @@ $menu = wofi --show=drun
################# #################
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
exec-once=bash ~/Dotfiles/desktopenvs/hyprland/scripts/ewwstart.sh
exec-once = hyprsunset
exec-once = nm-applet
#exec-once = waybar
exec-once = dunst
# exec-once = nm-applet &
#exec-once = swww-daemon & swww img /ast/bg.jpg & sleep 1s & swww restore
############################# #############################
@ -198,12 +189,3 @@ misc {
force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers force_default_wallpaper = 0 # Set to 0 or 1 to disable the anime mascot wallpapers
disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :( disable_hyprland_logo = true # If true disables the random hyprland logo / anime girl background. :(
} }
#exec-once = nextcloud
#exec-once=bash swww img ~/Pictures/background.jpg && swww restore
#exec-once=bash dunst
#exec-once=bash nm-applet --indicator
#exec-once=[workspace special:magic silent; float; move 10% 10%; size 70% 70%] kitty
exec-once=[workspace special:magic silent] kitty
exec-once=hyprctl setcursor Nordzy-cursors-lefthand 50
exec-once = hyprpaper -c ~/.config/wallpaper.conf
exec-once=GTK_THEME=Default && nwg-dock-hyprland -mb 15 -r -p bottom -s style.css

View File

@ -0,0 +1,2 @@
#!/bin/bash
blueman-applet