bash updates
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
unset HISTFILE
|
unset HISTFILE
|
||||||
|
|
||||||
export PS1="\u@\h \W \$ "
|
export PS1='\u@\h \W \$ '
|
||||||
|
|
||||||
if [ -f ~/.config/dg-bash/aliases.sh ]; then
|
if [ -f ~/.config/dg-bash/aliases.sh ]; then
|
||||||
source ~/.config/dg-bash/aliases.sh
|
source ~/.config/dg-bash/aliases.sh
|
||||||
|
|||||||
@@ -23,5 +23,6 @@
|
|||||||
},
|
},
|
||||||
"terminal.integrated.cursorBlinking": true,
|
"terminal.integrated.cursorBlinking": true,
|
||||||
"editor.cursorBlinking": "expand",
|
"editor.cursorBlinking": "expand",
|
||||||
"editor.cursorSmoothCaretAnimation": "on"
|
"editor.cursorSmoothCaretAnimation": "on",
|
||||||
|
"svelte.enable-ts-plugin": true
|
||||||
}
|
}
|
||||||
@@ -3,3 +3,5 @@
|
|||||||
alias c="clear"
|
alias c="clear"
|
||||||
alias pbcopy="xsel -i -b"
|
alias pbcopy="xsel -i -b"
|
||||||
alias pbpaste="xsel -o -b"
|
alias pbpaste="xsel -o -b"
|
||||||
|
alias hs="hugo server --disableFastRender && rm -r public"
|
||||||
|
alias us="./uploadsite.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user