mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Minor fixes
This commit is contained in:
parent
94461cdebb
commit
78400e4a6a
8 changed files with 12 additions and 11 deletions
|
|
@ -60,8 +60,7 @@ abbr --add ipy ipython
|
|||
|
||||
abbr --add g lazygit
|
||||
|
||||
|
||||
abbr --add doomrc "emacsclient -t ~/.config/doom/"
|
||||
abbr --add aic "aichat -s"
|
||||
|
||||
# lsd - modern ls
|
||||
if command -v lsd > /dev/null
|
||||
|
|
|
|||
|
|
@ -2,13 +2,13 @@ switch (uname)
|
|||
case "Linux"
|
||||
set SYSTEM_COLOR_SCHEME (gsettings get org.gnome.desktop.interface color-scheme)
|
||||
if test $SYSTEM_COLOR_SCHEME = "'prefer-dark'"
|
||||
set -g fish_config_theme "Catppuccin Mocha"
|
||||
fish_config theme choose "Catppuccin Mocha"
|
||||
else
|
||||
set -g fish_config_theme "Catppuccin Latte"
|
||||
fish_config theme choose "Catppuccin Latte"
|
||||
end
|
||||
case "Darwin"
|
||||
set SYSTEM_COLOR_SCHEME defaults read -g AppleInterfaceStyle
|
||||
echo "[TODO] Check if dark mode is enabled in macOS"
|
||||
case '*'
|
||||
set -g fish_config_theme "Catppuccin Mocha"
|
||||
fish_config theme choose "Catppuccin Mocha"
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue