diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-06 17:34:18 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-06 17:34:18 +0300 |
commit | beee6a39e72740f6150623052054a7bd2fa72145 (patch) | |
tree | ba35ac68308fe8e5317fe3337adac359ba1e5d9e | |
parent | .bashrc: shut GDB up (diff) | |
download | linux-home-beee6a39e72740f6150623052054a7bd2fa72145.tar.gz linux-home-beee6a39e72740f6150623052054a7bd2fa72145.zip |
.bashrc: clean up aliases
-rw-r--r-- | %HOME%/.bashrc | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index e5a809e..02a8b51 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -44,15 +44,7 @@ alias dir='ls --format=vertical' alias less='less --ignore-case --line-numbers --RAW-CONTROL-CHARS' alias tree='tree -a' -alias utc_file_name='date --utc +"%Y%m%d%H%M%S"' -alias utc_iso='date --utc +"%Y-%m-%dT%H:%M:%SZ"' - -#alias sed='sed --follow-symlinks' -# The alias above doesn't actually work with stdin in sed 4.2.2, it's a bug -# fixed in sed 4.3. -# Don't forget to uncomment once sed 4.3 becomes common. - -alias detached='screen -d -m' +alias sed='sed --follow-symlinks' # Clear the screen (https://stackoverflow.com/a/5367075/514684): alias cls='echo -en "\ec"' |