summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPierre Peltier <8608160+Peltoche@users.noreply.github.com>2020-04-09 15:12:17 +0200
committerGitHub <noreply@github.com>2020-04-09 15:12:17 +0200
commita7ea265a6b6176940a2b4715470f691d848138b0 (patch)
treeda04e92ebabaa5e3e061e10a1ffb77dea7414691 /README.md
parentf444ef754474e898a3427d440e5cc40f8e9c99a7 (diff)
parent6353fe92303fbe1f20b41d6a7d79afad524b6333 (diff)
Merge branch 'master' into add-the-WIP-actionadd-the-WIP-action
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 13 insertions, 8 deletions
diff --git a/README.md b/README.md
index 55974cf..e1f1ce2 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,7 @@
# LSD (LSDeluxe)
[![license](http://img.shields.io/badge/license-Apache%20v2-orange.svg)](https://raw.githubusercontent.com/Peltoche/ical-rs/master/LICENSE)
-[![Build Status](https://travis-ci.org/Peltoche/lsd.svg?branch=master)](https://travis-ci.org/Peltoche/lsd)
[![Latest version](https://img.shields.io/crates/v/lsd.svg)](https://crates.io/crates/lsd)
-[![Snap Status](https://build.snapcraft.io/badge/Peltoche/lsd.svg)](https://build.snapcraft.io/user/Peltoche/lsd)
# Table of Contents
@@ -115,17 +113,24 @@ The [release page](https://github.com/Peltoche/lsd/releases) includes precompile
### Required
-In order to use lsd instead of the default ls you need to add this to you shell
-configuration file (~/.bashrc, ~/.zshrc, etc.) :
+Enable nerd fonts for your terminal, URxvt for example:
+
+.Xresources
+```
+URxvt*font: xft:Hack Nerd Font:style=Regular:size=11
+```
+
+### Optional
+
+
+In order to use lsd when entering the `ls` command, you need to add this to your shell
+configuration file (~/.bashrc, ~/.zshrc, etc.):
```sh
alias ls='lsd'
```
-### Optional
-
-Some examples of useful aliases. You can add this to you shell configuration
-file (~/.bashrc, ~/.zshrc, etc.) just under the alias above :
+Some further examples of useful aliases:
```sh
alias l='ls -l'