diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-03 17:48:36 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-03 17:48:36 -0500 |
| commit | ddc3c130dffe4f90d6d6870eb97ab6b313658e2b (patch) | |
| tree | 72f044175e6370251bb3447af126ccce3992e887 /.bashrc | |
| parent | e629d1ee85662f7bd3b8799c89dfc6382ad9d6b7 (diff) | |
| download | eibhear-ddc3c130dffe4f90d6d6870eb97ab6b313658e2b.tar.gz eibhear-ddc3c130dffe4f90d6d6870eb97ab6b313658e2b.tar.zst eibhear-ddc3c130dffe4f90d6d6870eb97ab6b313658e2b.zip | |
mt
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,4 @@ +#!/bin/bash # _ _ # | |__ __ _ ___| |__ _ __ ___ # | '_ \ / _` / __| '_ \| '__/ __| @@ -23,6 +24,7 @@ alias sdn="sudo shutdown now" alias psref="gpg-connect-agent RELOADAGENT /bye" # Refresh gpg # Some aliases +alias e="$EDITOR" alias p="sudo pacman" alias SS="sudo systemctl" alias v="vim" @@ -38,7 +40,7 @@ alias bw="wal -i ~/.config/wall.png" # Rerun pywal # Adding color alias ls='ls -hN --color=auto --group-directories-first' -alias grep="grep --color=auto" +alias grep="grep --color=auto" alias diff="diff --color=auto" alias ccat="highlight --out-format=ansi" # Color cat - print file with syntax highlighting. |
