diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-20 01:40:41 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-08-20 01:40:41 +0300 |
commit | 2eaf03a28424e2d7fea9ed2a4d698008a223050b (patch) | |
tree | 0b07c9934a6988ee5a9f8320ae4c97d46ea6f16a /%HOME% | |
parent | .gitconfig: push.followTags = true (diff) | |
download | linux-home-2eaf03a28424e2d7fea9ed2a4d698008a223050b.tar.gz linux-home-2eaf03a28424e2d7fea9ed2a4d698008a223050b.zip |
.bashrc: add screen -d -m alias
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index db80c92..90b7f0c 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -52,6 +52,8 @@ alias utc_iso='date --utc +"%Y-%m-%dT%H:%M:%SZ"' # fixed in sed 4.3. # Don't forget to uncomment once sed 4.3 becomes common. +alias detached='screen -d -m' + # Clear the screen (https://stackoverflow.com/a/5367075/514684): alias cls='echo -en "\ec"' |