Compare commits

...

3 Commits

Author SHA1 Message Date
Mad Scientist
244251e58e Merge branch 'fish-config' into 'master'
Fix fish_user_paths

Closes #123

See merge request dwt1/dotfiles!86
2026-04-03 00:14:59 +05:00
Derek Taylor
6d7c35a9ec Minor changes to dms settings 2026-03-27 05:57:31 -05:00
Mad Scientist
c118305a59 Fix fish_user_paths 2023-10-24 18:22:04 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -410,7 +410,8 @@
"centerWidgets": [
{
"id": "music",
"enabled": true
"enabled": true,
"mediaSize": 0
},
{
"id": "clock",

View File

@@ -10,7 +10,7 @@
# First line removes the path; second line sets it. Without the first line,
# your path gets massive and fish becomes very slow.
set -e fish_user_paths
set -U fish_user_paths $HOME/.bin $HOME/.local/bin $HOME/.config/emacs/bin $HOME/Applications /var/lib/flatpak/exports/bin/ $fish_user_paths
set -U fish_user_paths $HOME/.bin $HOME/.local/bin $HOME/.config/emacs/bin $HOME/Applications /var/lib/flatpak/exports/bin/
### EXPORT ###
set fish_greeting # Supresses fish's intro message