add p10k config, declutter zshrc a bit
This commit is contained in:
@@ -29,14 +29,10 @@ export LD_LIBRARY_PATH=/home/frosty/neomd/lammps/install/lib:$LD_LIBRARY_PATH
|
||||
# -n; string is not null
|
||||
export EDITOR='nvim'
|
||||
export VISUAL='nvim'
|
||||
|
||||
alias ucpdaemon='/home/frosty/Programs/Rust/UnifiedCopyPaste/target/debug/daemon'
|
||||
alias ucpserver='/home/frosty/Programs/Rust/UnifiedCopyPaste/target/debug/server'
|
||||
alias fixWifi='sudo rmmod iwlmvm; sudo rmmod iwlwifi; sudo modprobe iwlmvm; sudo modprobe iwlwifi'
|
||||
alias weather='curl wttr.in'
|
||||
alias sshLANL='ssh -t -l rhnatyshyn wtrw.lanl.gov ssh ch-fe.lanl.gov'
|
||||
alias vim='nvim'
|
||||
alias neovide='neovide'
|
||||
|
||||
function tunnelLANL() {
|
||||
if [ -n "$1" ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user