added more stuff about server in tutos computer
This commit is contained in:
@@ -43,6 +43,7 @@ screen
|
||||
|
||||
screen -t .vimrc vim -n ./config_files/.vimrc
|
||||
screen -t .screenrc vim -n ./config_files/.screenrc
|
||||
screen -t .zshrc vim -n ./config_files/.zshrc
|
||||
screen -t tutos_vim vim -n ./tutos/vim.txt
|
||||
screen -t tutos_screen vim -n ./tutos/screen.txt
|
||||
screen -t tutos_git vim -n ./tutos/git.txt
|
||||
|
||||
@@ -20,7 +20,21 @@
|
||||
# load a random theme each time oh-my-zsh is loaded, in which case,
|
||||
# to know which specific one was loaded, run: echo $RANDOM_THEME
|
||||
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
|
||||
ZSH_THEME="robbyrussell"
|
||||
#ZSH_THEME="robbyrussell"
|
||||
ZSH_THEME="obraun"
|
||||
#ZSH_THEME="dpoggi"
|
||||
#ZSH_THEME="pygmalion"
|
||||
#ZSH_THEME="aussiegeek"
|
||||
#ZSH_THEME="bira"
|
||||
#ZSH_THEME="candy"
|
||||
#ZSH_THEME="dieter"
|
||||
#ZSH_THEME="gnzh"
|
||||
#ZSH_THEME="maran"
|
||||
#ZSH_THEME="re5et"
|
||||
#ZSH_THEME="risto"
|
||||
#ZSH_THEME="ys"
|
||||
#ZSH_THEME="fino"
|
||||
#ZSH_THEME="dallas"
|
||||
|
||||
# Set list of themes to pick from when loading at random
|
||||
# Setting this variable when ZSH_THEME=random will cause zsh to load
|
||||
@@ -184,3 +198,13 @@ alias ydl="~/bin/youtube-dl"
|
||||
alias bat="echo 'tail -n 10 /var/log/battery_status.log'; tail -n 10 /var/log/battery_status.log"
|
||||
|
||||
|
||||
|
||||
# load nvm for every new zsh session
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
||||
# load asdf for every new zsh session
|
||||
. "$HOME/.asdf/asdf.sh"
|
||||
. "$HOME/.asdf/completions/asdf.bash"
|
||||
export EDITOR="code --wait"
|
||||
|
||||
Reference in New Issue
Block a user