shell: small fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Marco Thomas
|
name = Marco Thomas
|
||||||
email = rb.ma.tho@gmail.com
|
email = rb.ma.tho@gmail.com
|
||||||
[includeIf "gitdir:~/dev/uni/lrz-gitlab/**"]
|
[includeIf "gitdir:~/dev/lrz-gitlab/**"]
|
||||||
path = "~/dev/lrz-gitlab/.gitconfig"
|
path = "~/dev/lrz-gitlab/.gitconfig"
|
||||||
[alias]
|
[alias]
|
||||||
a = add
|
a = add
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ alias mv='mv -i'
|
|||||||
alias nssh='SSH_AUTH_SOCK= ssh'
|
alias nssh='SSH_AUTH_SOCK= ssh'
|
||||||
alias o='xdg-open' # to change a mime use: `xdg-mime default APPLICATION HANDLE`
|
alias o='xdg-open' # to change a mime use: `xdg-mime default APPLICATION HANDLE`
|
||||||
alias rm='rm -i'
|
alias rm='rm -i'
|
||||||
alias t='tmux a || tmux'
|
alias t='tmux a || tmux -u'
|
||||||
alias texmk="latexmk -xelatex -shell-escape"
|
alias texmk="latexmk -xelatex -shell-escape"
|
||||||
alias texsh='nix-shell ~/.dots/tex.nix'
|
alias texsh='nix-shell ~/.dots/tex.nix'
|
||||||
alias truecolor='curl -s https://raw.githubusercontent.com/JohnMorales/dotfiles/master/colors/24-bit-color.sh | bash'
|
alias truecolor='curl -s https://raw.githubusercontent.com/JohnMorales/dotfiles/master/colors/24-bit-color.sh | bash'
|
||||||
|
|||||||
Reference in New Issue
Block a user