diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-12 22:00:18 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-12 22:00:18 -0500 |
| commit | 55a37ce79e83c3451439a09261ee49cc773a997d (patch) | |
| tree | 6bbb570ba5e554bbf45777b7dc6d590f2c272863 /.bashrc | |
| parent | 6465a7af8e9e2349a6e39b84820f784c5f4103f0 (diff) | |
| parent | 3e2737ab314fd24ea258405ae793b399731f11da (diff) | |
| download | eibhear-55a37ce79e83c3451439a09261ee49cc773a997d.tar.gz eibhear-55a37ce79e83c3451439a09261ee49cc773a997d.tar.zst eibhear-55a37ce79e83c3451439a09261ee49cc773a997d.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ alias mkd="mkdir -pv" alias ref="shortcuts >/dev/null ; source ~/.bashrc" # Refresh shortcuts manually and reload bashrc alias mpv="mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)" alias x="sxiv -ft *" -alias lp="pacman -Qett --color=always | less" +alias lsp="pacman -Qett --color=always | less" # Adding color alias ls='ls -hN --color=auto --group-directories-first' |
