diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2018-06-04 23:20:04 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2018-06-04 23:20:04 +0300 |
commit | d30d37b6a48b9f5dd75ba316311c9330210b61fd (patch) | |
tree | 2aea16ff06d2140ed698bd270f34326d4a138bcf /%HOME% | |
parent | .screenrc: add link to StackOverflow answer (diff) | |
download | linux-home-d30d37b6a48b9f5dd75ba316311c9330210b61fd.tar.gz linux-home-d30d37b6a48b9f5dd75ba316311c9330210b61fd.zip |
.bashrc: add a link to StackOverflow for an 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 3ba8086..88b3e9a 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -44,7 +44,9 @@ 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. +# Clear the screen (https://stackoverflow.com/a/5367075/514684): alias cls='echo -en "\ec"' + alias copy='xclip -sel clip' [ -r "$HOME/.bash_utils/file.sh" ] && source "$HOME/.bash_utils/file.sh" |