mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Compare commits
2 Commits
master
...
498848a2b4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
498848a2b4 | ||
|
|
c118305a59 |
@@ -410,8 +410,7 @@
|
|||||||
"centerWidgets": [
|
"centerWidgets": [
|
||||||
{
|
{
|
||||||
"id": "music",
|
"id": "music",
|
||||||
"enabled": true,
|
"enabled": true
|
||||||
"mediaSize": 0
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "clock",
|
"id": "clock",
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
# First line removes the path; second line sets it. Without the first line,
|
# First line removes the path; second line sets it. Without the first line,
|
||||||
# your path gets massive and fish becomes very slow.
|
# your path gets massive and fish becomes very slow.
|
||||||
set -e fish_user_paths
|
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 ###
|
### EXPORT ###
|
||||||
set fish_greeting # Supresses fish's intro message
|
set fish_greeting # Supresses fish's intro message
|
||||||
|
|||||||
Reference in New Issue
Block a user