Not sure what all this is...
This commit is contained in:
parent
08c840c47f
commit
bb53ef45a9
8 changed files with 3192 additions and 16 deletions
|
@ -1,7 +1,7 @@
|
|||
# Path to Oh My Fish install.
|
||||
set -q XDG_DATA_HOME
|
||||
and set -gx OMF_PATH "$XDG_DATA_HOME/omf"
|
||||
or set -gx OMF_PATH "$HOME/.local/share/omf"
|
||||
and set -gx OMF_PATH "$XDG_DATA_HOME/omf"
|
||||
or set -gx OMF_PATH "$HOME/.local/share/omf"
|
||||
|
||||
# Load Oh My Fish configuration.
|
||||
source $OMF_PATH/init.fish
|
||||
|
@ -12,6 +12,7 @@ source $OMF_PATH/init.fish
|
|||
# variables
|
||||
set -x PATH {/bin,/usr/bin,/home/chris/.dotfiles,/home/chris/.emacs.d/bin,/home/chris/scripts}
|
||||
set -x QT_QPA_PLATFORMTHEME "qt5ct"
|
||||
set -x QT_AUTO_SCREEN_SCALE_FACTOR 1
|
||||
set -x EDITOR "emacsclient -a emacs"
|
||||
set -x TERM alacritty
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue