Skip to content

Commit

Permalink
fix: hyprland use apps exported from shell
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored Sep 7, 2024
1 parent 3d31236 commit a02a899
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Configs/.config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ if status is-interactive
starship init fish | source
end

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

# List Directory
alias l='eza -lh --icons=auto' # long list
alias ls='eza -1 --icons=auto' # short list
Expand Down

0 comments on commit a02a899

Please sign in to comment.