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