aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2016-10-23 17:18:17 +0100
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2016-10-23 17:18:17 +0100
commit3704cc5aa0fe346b263519a84a496b41e1b4e961 (patch)
tree944dd6b64443a0774ae86663b3dd761c595dd23b /Shell
parentfc7b20e6259cfcfe0c7f23df1a761cbb08ff7718 (diff)
downloaddotfiles-3704cc5aa0fe346b263519a84a496b41e1b4e961.tar.gz
dotfiles-3704cc5aa0fe346b263519a84a496b41e1b4e961.tar.bz2
dotfiles-3704cc5aa0fe346b263519a84a496b41e1b4e961.zip
make &e disown and exit
Diffstat (limited to 'Shell')
-rw-r--r--Shell/bash_aliases9
1 files changed, 7 insertions, 2 deletions
diff --git a/Shell/bash_aliases b/Shell/bash_aliases
index de7ada1..d67d442 100644
--- a/Shell/bash_aliases
+++ b/Shell/bash_aliases
@@ -1,6 +1,13 @@
#if you wanna change timezone just copy one of /usr/share/zoneinfo/place to /etc/localtime
# awesome perl echo 'one two three'| perl -lne 'print $2 if /one(.*)three/'
+
+#exit
+alias e='disown; exit'
+
+
+alias ,.='!!'
+
# mpv
alias mpvl='mpv --ytdl-format=43'
@@ -48,8 +55,6 @@ alias home='cd /home/vasko'
alias l='ls'
alias d='ls'
alias dm='ls | more'
-alias e='cd'
-alias en='cd ..'
alias n='clear'
alias s='sudo'
alias m='mv'