diff options
Diffstat (limited to '.config/shell')
| -rw-r--r-- | .config/shell/aliasrc | 1 | ||||
| -rw-r--r-- | .config/shell/envvarrc | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index f767152..e3c6a4d 100644 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -14,6 +14,7 @@ unset command # Verbosity and settings that you pretty much just always are going to want. alias \ cp="cp -iv" \ + crontab="crontab -i" \ journalctl="journalctl -xe" \ less="less -XER" \ ls="lsn" \ diff --git a/.config/shell/envvarrc b/.config/shell/envvarrc index acdb24d..3b07f2d 100644 --- a/.config/shell/envvarrc +++ b/.config/shell/envvarrc @@ -95,6 +95,7 @@ export OBSIDIAN_HOME="$XDG_CACHE_HOME/obsidian" export LANG="en_US.UTF-8" export LC_ALL="en_US.UTF-8" export LC_CTYPE="UTF-8" +export DISPLAY=:0 # Better less export LESS="R" |
