Simon Watson 3 anos atrás
pai
commit
e4a5c08e3d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      bashrc/bashrc-all

+ 1 - 1
bashrc/bashrc-all

@@ -7,7 +7,7 @@ fi
 # Cargo config
 [ -f ~/.cargo ] && source "$HOME/.cargo/env"
 
-if $(which wal> /dev/null 2>&1); then
+if $(which wal > /dev/null 2>&1); then
     cat ~/.cache/wal/sequences
 fi