Change indentation of bash config
This commit is contained in:
parent
60aabb17af
commit
6c6401c140
@ -126,7 +126,7 @@ alias o="xdg-open"
|
||||
|
||||
*** Magit
|
||||
#+BEGIN_SRC conf
|
||||
alias magit="emacsclient -create-frame --alternate-editor=\"\" --eval '(magit-status)' ."
|
||||
alias magit="emacsclient -create-frame --alternate-editor=\"\" --eval '(magit-status)'"
|
||||
#+END_SRC
|
||||
|
||||
*** Vim-like
|
||||
@ -146,7 +146,8 @@ alias yta="yt -x -f bestaudio/best" # Download only audio
|
||||
alias path='echo -e ${PATH//:/\\n}'
|
||||
#+END_SRC
|
||||
|
||||
*** TODO IP addresses - Remove the use of =dig= and =ifconfig=
|
||||
*** TODO [#B] IP addresses - Remove the use of =dig= and =ifconfig=
|
||||
Use =addr= instead
|
||||
#+BEGIN_SRC conf
|
||||
# alias ip="dig +short myip.opendns.com @resolver1.opendns.com"
|
||||
# alias localip="ip route get 8.8.4.4 | head -1 | awk '{print $7}'"
|
||||
|
Loading…
Reference in New Issue
Block a user