A lot of awesome changes and trying to use kmonad
This commit is contained in:
parent
7fdc04e4d4
commit
f51ff07986
18 changed files with 246 additions and 80 deletions
|
@ -1,9 +1,13 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
set -U fish_user_paths $HOME/.local/bin $HOME/scripts $HOME/.doom-emacs/bin $HOME/.emacs.d/bin $HOME/.cargo/bin
|
||||
set -U fish_user_paths $HOME/.local/bin $HOME/scripts $HOME/.doom-emacs/bin $HOME/.emacs.d/bin $HOME/.cargo/bin /opt/android-sdk/cmdline-tools/latest/bin
|
||||
set TERM "xterm-256color"
|
||||
set EDITOR "emacsclient -c -a"
|
||||
set VISUAL "emacsclient -c -a emacs"
|
||||
set KWIN_DRM_USE_EGL_STREAMS 1
|
||||
set -Ux ANDROID_SDK_ROOT /opt/android-sdk
|
||||
set -Ux JAVA_HOME /usr/lib/jvm/default
|
||||
set -Ux CHROME_EXECUTABLE /usr/bin/qutebrowser
|
||||
|
||||
function fish_greeting -d "what's up, fish?"
|
||||
# set_color $fish_color_autosuggestion[1]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue