diff options
-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"' |