Skip to content

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin committed Sep 7, 2024
1 parent a02a899 commit 3b53a51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Configs/.config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if status is-interactive
end

set -x BROWSER 'firefox'
set -x EDITOR 'code'
set -x VISUAL 'code'
set -x FILE 'dolphin'
set -x TERM 'kitty'

Expand Down
2 changes: 1 addition & 1 deletion Configs/.config/hypr/keybindings.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $mainMod = Super # super / meta / windows key

# Assign apps
$term = $BROWSER
$editor = $EDITOR
$editor = $VISUAL
$file = $FILE
$browser = $BROWSER

Expand Down
2 changes: 1 addition & 1 deletion Configs/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source $ZSH/oh-my-zsh.sh

# Default apps
export BROWSER="firefox"
export EDITOR="code"
export VISUAL="code"
export FILE="dolphin"
export TERM="kitty"

Expand Down

0 comments on commit 3b53a51

Please sign in to comment.