update configs
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
[user]
|
[user]
|
||||||
email = dl92@dl92.com
|
email = dl92@dl92.com
|
||||||
name = dl92
|
name = dl92
|
||||||
|
[credential "https://github.com"]
|
||||||
|
helper =
|
||||||
|
helper = !/usr/bin/gh auth git-credential
|
||||||
|
[credential "https://gist.github.com"]
|
||||||
|
helper =
|
||||||
|
helper = !/usr/bin/gh auth git-credential
|
||||||
|
|||||||
@@ -50,4 +50,6 @@ source ~/code/configs/home/bash-config/rc.aliases
|
|||||||
source ~/code/configs/home/bash-config/rc.functions
|
source ~/code/configs/home/bash-config/rc.functions
|
||||||
|
|
||||||
|
|
||||||
|
export QT_AUTO_SCREEN_SCALE_FACTOR=1
|
||||||
|
export QT_SCREEN_SCALE_FACTORS=1.5
|
||||||
|
eval "$(gh copilot alias -- zsh)"
|
||||||
|
|||||||
@@ -5,3 +5,4 @@ alias ll='ls -alF'
|
|||||||
alias gs='git status'
|
alias gs='git status'
|
||||||
alias lz='lazygit'
|
alias lz='lazygit'
|
||||||
alias nvim='nvim.appimage'
|
alias nvim='nvim.appimage'
|
||||||
|
alias dmp3='yt-dlp -x --audio-format mp3 --audio-quality 0 --embed-thumbnail'
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ source "$HOME/code/scripts/system/nnn/nnnconfig.sh"
|
|||||||
export PATH="$PATH:$HOME/code/scripts/system/nnn"
|
export PATH="$PATH:$HOME/code/scripts/system/nnn"
|
||||||
export PATH="$PATH:$HOME/.local/bin"
|
export PATH="$PATH:$HOME/.local/bin"
|
||||||
|
|
||||||
|
export DOTNET_INTERACTIVE_CLI_TELEMETRY_OPTOUT=1
|
||||||
|
|
||||||
# set PATH so it includes user's private bin if it exists
|
# set PATH so it includes user's private bin if it exists
|
||||||
if [ -d "$HOME/bin" ] ; then
|
if [ -d "$HOME/bin" ] ; then
|
||||||
PATH="$HOME/bin:$PATH"
|
PATH="$HOME/bin:$PATH"
|
||||||
|
|||||||
Reference in New Issue
Block a user