mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-11 19:17:19 +10:00
Compare commits
3 Commits
498848a2b4
...
244251e58e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
244251e58e | ||
|
|
6d7c35a9ec | ||
|
|
c118305a59 |
@@ -410,7 +410,8 @@
|
||||
"centerWidgets": [
|
||||
{
|
||||
"id": "music",
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"mediaSize": 0
|
||||
},
|
||||
{
|
||||
"id": "clock",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user