mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-09-14 02:54:48 +00:00
Compare commits
No commits in common. "6c9978b315c13daa31cdece3251a61c1e5fb9c71" and "18bd1701babcf010f73b38ebc36c919033fd6673" have entirely different histories.
6c9978b315
...
18bd1701ba
2 changed files with 1 additions and 3 deletions
|
@ -232,12 +232,11 @@ alias sudovim='sudoedit'
|
||||||
alias cls='clear'
|
alias cls='clear'
|
||||||
|
|
||||||
# Kitty terminal kitten shorthands
|
# Kitty terminal kitten shorthands
|
||||||
if [ "$TERM" = "xterm-kitty" ]; then
|
if [ "$TERM" = "xterm=kitty" ]; then
|
||||||
alias hls='\ls --hyperlink=auto'
|
alias hls='\ls --hyperlink=auto'
|
||||||
alias hg='kitty +kitten hyperlinked_grep'
|
alias hg='kitty +kitten hyperlinked_grep'
|
||||||
alias transfer='kitty +kitten transfer'
|
alias transfer='kitty +kitten transfer'
|
||||||
alias icat='kitty +kitten icat'
|
alias icat='kitty +kitten icat'
|
||||||
alias ssh="kitty +kitten ssh"
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If user is not root, pass all commands via sudo/doas
|
# If user is not root, pass all commands via sudo/doas
|
||||||
|
|
|
@ -98,7 +98,6 @@ export DOTNET_CLI_HOME="$XDG_DATA_HOME/dotnet"
|
||||||
export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME/jupyter"
|
export JUPYTER_CONFIG_DIR="$XDG_CONFIG_HOME/jupyter"
|
||||||
export RYE_HOME="$XDG_CONFIG_HOME/rye"
|
export RYE_HOME="$XDG_CONFIG_HOME/rye"
|
||||||
export OMNISHARPHOME="$XDG_CONFIG_HOME"/omnisharp
|
export OMNISHARPHOME="$XDG_CONFIG_HOME"/omnisharp
|
||||||
export PSQL_HISTORY="$XDG_STATE_HOME/psql_history"
|
|
||||||
|
|
||||||
# Theming
|
# Theming
|
||||||
export GTK_THEME="Tokyonight-Dark"
|
export GTK_THEME="Tokyonight-Dark"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue