commit
314b175ef9
@ -0,0 +1,15 @@
|
||||
window:
|
||||
dimensions:
|
||||
columns: 90
|
||||
lines: 32
|
||||
|
||||
font:
|
||||
normal:
|
||||
family: 'Fira Code'
|
||||
bold:
|
||||
family: 'Fira Code'
|
||||
italic:
|
||||
family: 'Fira Code'
|
||||
bold_italic:
|
||||
family: 'Fira Code'
|
||||
size: 10.5
|
@ -0,0 +1,3 @@
|
||||
#
|
||||
# ~/.bash_logout
|
||||
#
|
@ -0,0 +1,5 @@
|
||||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
@ -0,0 +1,9 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
Loading…
Reference in New Issue