diff options
| author | filip <“filip.rabiega@gmail.com”> | 2026-02-15 11:22:15 +0100 |
|---|---|---|
| committer | filip <“filip.rabiega@gmail.com”> | 2026-02-15 11:22:15 +0100 |
| commit | babffce2145a1d624a1c9a189471361362e89926 (patch) | |
| tree | 57d68689b6f36c3babafea40cf1c3cbc71f88a91 /.config/shell | |
| parent | 4829b3f7720ad7953690bdefa559fda3a32a6518 (diff) | |
| download | dotfiles-babffce2145a1d624a1c9a189471361362e89926.tar.gz dotfiles-babffce2145a1d624a1c9a189471361362e89926.tar.bz2 dotfiles-babffce2145a1d624a1c9a189471361362e89926.zip | |
new stuff
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" |
