diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 6be67f6..7c61b64 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -2,6 +2,11 @@ if [ -z "$DISPLAY" ] && [ (fgconsole) -eq 1 ]; startx end +if status is-interactive +and not set -q TMUX + exec tmux +end + function q exit end diff --git a/fish/.config/fish/fish_variables b/fish/.config/fish/fish_variables index bd0c162..44f307b 100644 --- a/fish/.config/fish/fish_variables +++ b/fish/.config/fish/fish_variables @@ -1,11 +1,7 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 SETUVAR --export TERM:xterm\x2d256color -SETUVAR --export ANDROID_HOME:/home/n0x/Android/Sdk -SETUVAR --export ANDROID_SDK_ROOT:/home/n0x/Android/Sdk -SETUVAR --export LIBVIRT_DEFAULT_URI:qemu\x3a///system -SETUVAR --export _JAVA_AWT_WM_NONREPARENTING:1 -SETUVAR __fish_initialized:3400 +SETUVAR __fish_initialized:3100 SETUVAR fish_color_autosuggestion:4c566a SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_command:green @@ -35,4 +31,4 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_selected_background:\x2dr -SETUVAR fish_user_paths:/home/n0x/Android/Sdk/platform\x2dtools\x1e/home/n0x/Android/Sdk/tools/bin\x1e/home/n0x/Android/Sdk/tools\x1e/home/n0x/Android/Sdk/emulator\x1e/home/n0x/\x2elocal/bin +SETUVAR fish_user_paths:/home/n0x/\x2elocal/bin