diff options
author | Alexis Hovorka <[email protected]> | 2020-08-10 22:49:35 -0600 |
---|---|---|
committer | Alexis Hovorka <[email protected]> | 2020-08-10 22:49:35 -0600 |
commit | aeae7fa354af8f1f949109283848146cd8cdb037 (patch) | |
tree | 32453262cecc4bd95e3f07c7ceab4a31b4694fa3 /base | |
parent | e7b594294cb02ab4152314c63ea16d924b373d84 (diff) |
[fix] Name change! 🥳
Diffstat (limited to 'base')
-rw-r--r-- | base/gitconfig | 6 | ||||
-rw-r--r-- | base/makepkg.conf | 2 | ||||
-rw-r--r-- | base/npmrc | 6 | ||||
-rw-r--r-- | base/vimrc | 2 | ||||
-rw-r--r-- | base/zsh/aliases.zsh | 2 |
5 files changed, 10 insertions, 8 deletions
diff --git a/base/gitconfig b/base/gitconfig index a16f5f8..2a9996a 100644 --- a/base/gitconfig +++ b/base/gitconfig @@ -1,9 +1,9 @@ [user] - name = Adam Hovorka - email = [email protected] + name = Alexis Hovorka + email = [email protected] #signingkey = [github] - user = adamhovorka + user = alexisspacegirl [url "https://github.com/"] insteadOf = gh: [url "https://gist.github.com/"] diff --git a/base/makepkg.conf b/base/makepkg.conf index e74bbee..fb8fa3c 100644 --- a/base/makepkg.conf +++ b/base/makepkg.conf @@ -1 +1 @@ -PACKAGER="Adam Hovorka <[email protected]>" +PACKAGER="Alexis Hovorka <[email protected]>" @@ -1,4 +1,4 @@ -init.author.name=Adam Hovorka -init.author.url=https://adamhovorka.com/ +init.author.name=Alexis Hovorka +init.author.url=https://alexishovorka.com/ init.license=MIT @@ -148,7 +148,7 @@ endif set undodir=~/.vim/undo-dir set undofile " !!!! ADD THIS TO CRONTAB -" 43 0 * * 3 find /home/adam/.vim/undo-dir -type f -mtime +90 -delete +" 43 0 * * 3 find ~/.vim/undo-dir -type f -mtime +90 -delete set nobackup set noswapfile " Note: swap helps large files. diff --git a/base/zsh/aliases.zsh b/base/zsh/aliases.zsh index 28e908f..987560e 100644 --- a/base/zsh/aliases.zsh +++ b/base/zsh/aliases.zsh @@ -44,3 +44,5 @@ alias gwc='git whatchanged -p --abbrev-commit --pretty=medium' alias reboot="systemctl reboot" alias shutdown="systemctl poweroff" alias poweroff="systemctl poweroff" + +alias whoaminot="echo adam" |