summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2025-02-09 16:32:56 +0100
committerMike Vink <ivi@vinkies.net>2025-02-09 16:32:56 +0100
commit8fdb45927ee1dec908b455b517f9c0dd893df2b4 (patch)
tree7e9a93274020bb7d9c591062d02f5228a80d076d /.config
parente8dfd1cfb2981a3d0b4d120c0ca3043816ca7f6d (diff)
gtk theme and prompt
Diffstat (limited to '.config')
-rw-r--r--.config/gtk-3.0/settings.ini3
-rw-r--r--.config/shell/profile2
2 files changed, 4 insertions, 1 deletions
diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini
new file mode 100644
index 0000000..2891d01
--- /dev/null
+++ b/.config/gtk-3.0/settings.ini
@@ -0,0 +1,3 @@
+[Settings]
+gtk-application-prefer-dark-theme = true
+gtk-key-theme-name = Emacs
diff --git a/.config/shell/profile b/.config/shell/profile
index ad21f71..ee2e117 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -5,5 +5,5 @@ export HISTCONTROL="ignorespace"
export PS1="$(hostname):/\$(
pwd | cut -d'/' -f2- --output-delimiter '
' | cut -c1-3 | paste -sd '/'
-)\n# "
+) \$(prompt-git)\n# "
bind -m ^L=" clear^J"