mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
fix aliases on X DM login
This commit is contained in:
parent
ecae652661
commit
62b554577f
4 changed files with 3 additions and 0 deletions
1
bash/rc
1
bash/rc
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[[ -z "$DOTFILES_ROOT_DIR" ]] && source "$HOME/.dotfilesrc"
|
||||
|
||||
source $DOTFILES_SHELL_DIR/aliases
|
||||
source $DOTFILES_BASH_DIR/prompt
|
||||
source $DOTFILES_BASH_DIR/history
|
||||
source $DOTFILES_BASH_DIR/term_title
|
||||
|
|
|
|||
|
|
@ -3,5 +3,6 @@ DOTFILES_HOME_DIR="$(cd -P "$(dirname "$(readlink ~/.profile)")" && pwd)"
|
|||
DOTFILES_ROOT_DIR="$( dirname "$DOTFILES_HOME_DIR" )"
|
||||
DOTFILES_ZSH_DIR="$DOTFILES_ROOT_DIR/zsh"
|
||||
DOTFILES_BASH_DIR="$DOTFILES_ROOT_DIR/bash"
|
||||
DOTFILES_SHELL_DIR="$DOTFILES_ROOT_DIR/shell"
|
||||
|
||||
# vim: ft=sh
|
||||
|
|
|
|||
0
shell/aliases
Executable file → Normal file
0
shell/aliases
Executable file → Normal file
1
zsh/rc
1
zsh/rc
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[[ -z "$DOTFILES_ROOT_DIR" ]] && source "$HOME/.dotfilesrc"
|
||||
|
||||
source $DOTFILES_SHELL_DIR/aliases
|
||||
source $DOTFILES_ZSH_DIR/term_title
|
||||
set_term_title # call it right now
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue