Merge branch 'main' into single-monitor

This commit is contained in:
Andrew Scott 2022-01-06 15:43:56 -05:00
commit e6618db118
Signed by: a
GPG key ID: 3EB62D0BBB8DB381
3 changed files with 4 additions and 5 deletions

4
bashrc
View file

@ -8,16 +8,12 @@
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
# make Java behave when not using a DE
export _JAVA_AWT_WM_NONREPARENTING=1
alias nv=nvim
alias rr="/usr/bin/kitty --class Ranger --name Ranger /usr/bin/ranger & disown"
alias kssh="/usr/bin/kitty +kitten ssh"
neofetch
# BEGIN_KITTY_SHELL_INTEGRATION
if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi
# END_KITTY_SHELL_INTEGRATION

View file

@ -2,6 +2,7 @@ font_family Hack
font_size 12
cursor_shape block
shell_integration no-cursor
enable_audio_bell no
#background_opacity 0.9
window_padding_width 20
#background #202020

View file

@ -1,2 +1,4 @@
# make Java behave when not using a DE
export _JAVA_AWT_WM_NONREPARENTING=1
# add .local/bin to $PATH
export PATH="$HOME/.local/bin:$PATH"
export PATH="$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH"