1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-10-17 20:52:40 +00:00

Disable cd with abbr

This commit is contained in:
Mo 2022-11-08 18:25:16 +01:00
parent b3c7ca2e81
commit 92261c49fc

View file

@ -1,5 +1,5 @@
let-env config = { let-env config = {
cd_with_abbreviations: true cd_with_abbreviations: false
show_banner: false show_banner: false
} }