moar aliases
This commit is contained in:
parent
82050166d4
commit
f068dee35e
2 changed files with 19 additions and 10 deletions
|
@ -1,11 +1,14 @@
|
||||||
set -U -x EDITOR vim
|
set -U -x EDITOR vim
|
||||||
|
set -U -x MPD_HOST 172.19.138.20
|
||||||
set -U fish_features stderr-nocaret qmark-noglob
|
set -U fish_features stderr-nocaret qmark-noglob
|
||||||
set -e fish_greeting
|
set -e fish_greeting
|
||||||
|
|
||||||
set PATH /home/kunsi/.gem/ruby/2.6.0/bin/ $PATH
|
set PATH /home/kunsi/.gem/ruby/2.6.0/bin/ $PATH
|
||||||
|
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
||||||
alias weechat='mosh ex42-1048908 -- tmux attach-session -d -t ex42'
|
alias weechat='mosh ex42-1048908 -- tmux attach-session -d -t ex42'
|
||||||
alias voc-ansible='/home/kunsi/.bin/voc-ansible'
|
alias voc-ansible='/home/kunsi/.bin/voc-ansible'
|
||||||
alias share-via-ssh='/home/kunsi/git/share-via-ssh/share-via-ssh'
|
alias share-via-ssh='/home/kunsi/git/share-via-ssh/share-via-ssh'
|
||||||
|
|
||||||
|
alias v='vim -p'
|
||||||
|
alias r='vim -R'
|
||||||
|
alias master='git checkout master && git pull --all --no-commit'
|
||||||
|
|
22
.gitconfig
22
.gitconfig
|
@ -1,11 +1,17 @@
|
||||||
# This is Git's per-user configuration file.
|
|
||||||
[user]
|
[user]
|
||||||
# Please adapt and uncomment the following lines:
|
name = Franziska Kunsmann
|
||||||
name = Franziska Kunsmann
|
email = hi@kunsmann.eu
|
||||||
email = hi@kunsmann.eu
|
signingkey = 5FE37FF3C981A9146C3805324205EF53ECE0D2BC
|
||||||
signingkey = 5FE37FF3C981A9146C3805324205EF53ECE0D2BC
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
logs = log --show-signature
|
tree = log --all --graph --decorate --oneline
|
||||||
yolo = push --force
|
logs = log --show-signature
|
||||||
|
yolo = push --force
|
||||||
|
|
||||||
|
[pager]
|
||||||
|
branch = false
|
||||||
|
config = false
|
||||||
|
stash = false
|
||||||
|
|
Loading…
Reference in a new issue