From 03ed704ed0be205df4e47764f1daafb5671695ed Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 14 Aug 2022 23:00:54 -0700 Subject: [PATCH] :lipstick: Added icons to ranger --- ranger/plugins/__init__.py | 0 .../__pycache__/__init__.cpython-310.opt-1.pyc | Bin 0 -> 139 bytes ranger/plugins/ranger_devicons | 1 + ranger/rc.conf | 1 + 4 files changed, 2 insertions(+) create mode 100644 ranger/plugins/__init__.py create mode 100644 ranger/plugins/__pycache__/__init__.cpython-310.opt-1.pyc create mode 160000 ranger/plugins/ranger_devicons diff --git a/ranger/plugins/__init__.py b/ranger/plugins/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/ranger/plugins/__pycache__/__init__.cpython-310.opt-1.pyc b/ranger/plugins/__pycache__/__init__.cpython-310.opt-1.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2c670a4b16c11b3006e74fb357ec623649715331 GIT binary patch literal 139 zcmd1j<>g`kg3}LvCV}Y3AOaaM0yz#qT+9L_QW%06G#UL?G8BP?5yUS&{fzwFRQ;r) z%)~r>z2yA7w9It(^b literal 0 HcmV?d00001 diff --git a/ranger/plugins/ranger_devicons b/ranger/plugins/ranger_devicons new file mode 160000 index 00000000..49fe4753 --- /dev/null +++ b/ranger/plugins/ranger_devicons @@ -0,0 +1 @@ +Subproject commit 49fe4753c89615a32f14b2f4c78bbd02ee76be3c diff --git a/ranger/rc.conf b/ranger/rc.conf index 6950d2c8..ae396c49 100644 --- a/ranger/rc.conf +++ b/ranger/rc.conf @@ -2,3 +2,4 @@ set preview_images true set show_hidden true set draw_borders both set mouse_enabled true +default_linemode devicons