This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function li() { | |
if [ $1 ]; then | |
wal -li ~/Pictures/Wallpapers | |
else | |
wal -i ~/Pictures/Wallpapers | |
fi | |
(cat ~/.cache/wal/sequences &) | |
cat ~/.cache/wal/sequences | |
source ~/.cache/wal/colors-tty.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This occurred when I upgraded to ubuntu version 18.04 | |
Unistall the current version of phantom js and reinstall.Used this as a guide: https://gist.github.com/telbiyski/ec56a92d7114b8631c906c18064ce620 | |
Run `lein cljsbuild test` to see if error is solved. |