diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-05-29 21:03:04 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-05-29 21:03:04 +0100 |
commit | 0b5e253dd795c1f56a09775b7c1dfd90972405d3 (patch) | |
tree | 9d8016ce51d49dc5e11810a3e9aaaa1721d53ba1 /.bashrc | |
parent | 308b84588c594cb35037d378635602161129e131 (diff) |
Fixed missing space
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ export GDK_BACKEND=wayland # export QT_QPA_PLATFORM=wayland # export XKB_DEFAULT_LAYOUT=us # export LANG="en_US.UTF-8" -#export LC_ALL="en_US.UTF-8" +# export LC_ALL="en_US.UTF-8" # export SSH_ASKPASS=~/.local/bin/wayprompt-ssh-askpass export SSH_ASKPASS='/home/justine/.local/bin/ssh-askpass' export SSH_ASKPASS_REQUIRE=prefer |