aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/%HOME%/.bashrc
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-08-20 01:40:41 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-08-20 01:40:41 +0300
commit2eaf03a28424e2d7fea9ed2a4d698008a223050b (patch)
tree0b07c9934a6988ee5a9f8320ae4c97d46ea6f16a /%HOME%/.bashrc
parent.gitconfig: push.followTags = true (diff)
downloadlinux-home-2eaf03a28424e2d7fea9ed2a4d698008a223050b.tar.gz
linux-home-2eaf03a28424e2d7fea9ed2a4d698008a223050b.zip
.bashrc: add screen -d -m alias
Diffstat (limited to '%HOME%/.bashrc')
-rw-r--r--%HOME%/.bashrc2
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"'