mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 22:10:48 -05:00
18 lines
363 B
Bash
18 lines
363 B
Bash
#
|
|
# ~/.bashrc
|
|
#
|
|
|
|
# If not running interactively, don't do anything
|
|
[[ $- != *i* ]] && return
|
|
|
|
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
|