add nushell config

This commit is contained in:
2024-02-07 16:48:55 +01:00
parent 6a049c283f
commit 0401ab01bf
3 changed files with 943 additions and 0 deletions

11
shell/.bashrc Normal file
View File

@ -0,0 +1,11 @@
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
which nu >/dev/null && exec nu
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '