diff options
| author | 2025-02-03 22:57:50 -0800 | |
|---|---|---|
| committer | 2025-02-03 22:57:50 -0800 | |
| commit | de4407a85cf607bee73ac5798b6050a4e15a16e3 (patch) | |
| tree | 010728565df361a5e7a75188f9c5f5127f7712b5 /oni/home/config | |
| parent | f1854bb4f66f1130ad4b7965c5f306d69a725929 (diff) | |
| download | new-dotfiles-de4407a85cf607bee73ac5798b6050a4e15a16e3.tar.gz new-dotfiles-de4407a85cf607bee73ac5798b6050a4e15a16e3.zip | |
pop-os: Set Atuin to accept a command on RET
Diffstat (limited to 'oni/home/config')
| -rw-r--r-- | oni/home/config/pop-os.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index 7d9f7be..9d27802 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -137,7 +137,8 @@ (inline-height 20) (filter-mode 'directory) (history-filter - '("^ +")))) + '("^ +")) + (enter-accept #t))) (service home-stumpwm-service-type (home-stumpwm-configuration |
