Displaying 20 results from an estimated 25 matches for "zshrc".
Did you mean:
cshrc
2006 Nov 01
1
Class methods do not work with Puppet 0.20
...ngs others. eg:
class box {
$owner = "owner"
$group = "group"
$bg = "white"
$fg = "black"
define zsh($bg, $fg) {
package { "zsh":
name => zsh ,
ensure => present ,
provider => freebsd
}
file { "zshrc":
content => template("zshrc.erb") ,
path => "/home/$owner/.zshrc" ,
ensure => present ,
owner => $owner ,
group => $group ,
mode => 640
}
}
Then I have another class which inherits the above box class and
overrides...
2006 Feb 20
2
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
.../include/readline
F77="f95 -xarch=amd64 -xtarget=opteron"
FFLAGS="-xO5 -xlibmil -dalign"
LDFLAGS=-L/opt/SUNWspro/lib/amd64/ -L/opt/sfw/lib -L/opt/csw/lib
CXX="CC -xarch=amd64 -xtarget=opteron"
CXXFLAGS="-xO5 -xlibmil -dalign"
R_BROWSER=mozilla
MAKE=gmake
My .zshrc file has the following (as I saw that some of the LDFLAGS
should match my LD_LIBRARY_PATH and CONFIG_SHELL=/bin/ksh):
LD_LIBRARY_PATH=/opt/sfw/include:/opt/sfw/include/readline:/usr/local/lib:/usr/X/lib:/usr/lib:/usr/ucblib:/lib:/usr/ccs/lib:/etc/lib:/usr/dt/lib:/opt/SUNWspro/lib/amd64/:/opt/sfw/l...
2014 May 11
3
find with exclude directory
...form/varnishncsa-init
/usr/local/digitalplatform/varnish-sysconfig-stg
/usr/local/digitalplatform/memcached-1.4.7.tar.gz
/usr/local/digitalplatform/.bash_profile
/usr/local/digitalplatform/.mozilla
/usr/local/digitalplatform/.subversion
/usr/local/digitalplatform/.bashrc
/usr/local/digitalplatform/.zshrc
/usr/local/digitalplatform/varnish-sysconfig
/usr/local/digitalplatform/default.vcl
/usr/local/digitalplatform/1360-apache-stage.tar.gz
/usr/local/digitalplatform/.bash_history
/usr/local/digitalplatform/memcached-1.4.7
/usr/local/digitalplatform/httpd.conf
/usr/local/digitalplatform/varnish-2.1.5...
2020 May 31
3
CLI color prompt
...he Asterisk command line, so I can
> assure you it can work. Kind of cool, 14 years using Asterisk and
> because of your question, I now have colored prompts.
>
> Do I have to do something to make sure that ASTERISK_PROMPT lives
> through a reboot?
I would add the export to .bashrc/.zshrc or whatever shell you are using
why does it not work for me?
My terminal clearly supports 256 colors.
2020 May 31
2
CLI color prompt
> On 2020-05-31 15:59, Antony Stone wrote:
> On Sunday 31 May 2020 at 15:44:46, Fourhundred Thecat wrote:
>
> So, try:
>
> export ASTERISK_PROMPT="%C31[%H]: "
does this work for you?
Did you test it on your side?
It color prompt works for anybody, could you please post a working example?
Or is this a fictional functionality that actually does not work ?
2020 May 31
0
CLI color prompt
..., so I can
>> assure you it can work. Kind of cool, 14 years using Asterisk and
>> because of your question, I now have colored prompts.
>>
>> Do I have to do something to make sure that ASTERISK_PROMPT lives
>> through a reboot?
> I would add the export to .bashrc/.zshrc or whatever shell you are using
>
> why does it not work for me?
> My terminal clearly supports 256 colors.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20200531/475283a1/attachment.htm...
2006 Feb 17
0
Unable to configure R 2.2.1 on Solaris 5.10 x86_64
.../include/readline
F77="f95 -xarch=amd64 -xtarget=opteron"
FFLAGS="-xO5 -xlibmil -dalign"
LDFLAGS=-L/opt/SUNWspro/lib/amd64/ -L/opt/sfw/lib -L/opt/csw/lib
CXX="CC -xarch=amd64 -xtarget=opteron"
CXXFLAGS="-xO5 -xlibmil -dalign"
R_BROWSER=mozilla
MAKE=gmake
My .zshrc file has the following (as I saw that some of the LDFLAGS
should match my LD_LIBRARY_PATH and CONFIG_SHELL=/bin/ksh):
LD_LIBRARY_PATH=/opt/sfw/include:/opt/sfw/include/readline:/usr/local/lib:/usr/X/lib:/usr/lib:/usr/ucblib:/lib:/usr/ccs/lib:/etc/lib:/usr/dt/lib:/opt/SUNWspro/lib/amd64/:/opt/sfw/l...
2004 Jul 20
1
Question about permissions
...obrigado | smbclient -M %f
panic action = echo Isto ? uma mensagem autom?tica: O servidor crashou.
Contacte o M?rio Gamito | smbclient -M shuttle
host msdfs = Yes
admin users = domainroot
hosts allow = 10.10.1., 10.10.2.
hosts deny = ALL
hide files = /.bash_profile/.bash_logout/.bashrc/.gtkrc/.kde/.zshrc/
[homes]
comment = Home Directories
read only = No
browseable = No
create mask = 0600
directory mask = 0700
[Profiles]
comment = Windows profiles para os utilizadores que carregam as suas
prefer?ncias a partir do servidor.
path = /etc/samba/profiles
browseable = No
read only = No
create mask = 06...
2010 Apr 05
0
ldmap module rid messages using winbind
...er = no
dns proxy = no
load printers = no
printcap name = /dev/null
disable spoolss = yes
printing = bsd
show add printer wizard = no
template homedir = /home/stlawu/%u
template shell = /bin/bash
veto files = /.kde/.bash_history/.bash_logout/.bash_profile/.bashrc/.emacs/.gtkrc/.zshrc/.ssh/
veto oplock files = /*.xls/*.xlt/
winbind use default domain = yes
winbind enum users = yes
winbind enum groups = yes
winbind nested groups = yes
idmap backend = rid:STLAWU=10000-1000000
idmap uid = 10000-1000000
idmap gid = 10000-1000000
allow trusted domains = no
stor...
2013 Feb 06
5
rake db:migrate_plugins RAILS_ENV=production fails with "no such file to load -- initializer"
I''m running Redmine on Ruby, and attempting to load a new plugin. When I
attempt to run the command:
rake db:migrate_plugins RAILS_ENV=production
It fails with this error:
rake aborted!
no such file to load -- initializer
/var/www/redmine/config/boot.rb:65:in `require''
/var/www/redmine/config/boot.rb:65:in `load_initializer''
/var/www/redmine/config/boot.rb:43:in
2010 Aug 22
1
Question about RVM installation; where to find .bashrc and/or .bash_profile files?
Hi--
Have just installed downloaded and installed RVM from Github and got
this message after download:
You must now finish the install manually:
1) Place the folowing line at the end of your shell''s loading
files(.bashrc or .bash_profile for bash and .zshrc for zsh), after all
path/variable settings:
[[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
Please note that this must only occur once - so, you only need to
add it the first time you install rvm.
2) Ensure that there is no ''return'' from inside the...
2024 Jul 08
1
Can we reset CSI u mode on client disconnect? via
...of the problem. As mentioned in the Kitty issue, shells
should really gain support for input modes.
As a workaround it would be possible to put the key reset sequence in
the shell prompt or Zsh is actually programmable enough to handle
unexpected CSI key sequences and then turn them off. Example .zshrc
snippet:
function skip-csi-sequence() {
local key
while read -sk key && (( $((#key)) < 0x40 || $((#key)) > 0x7E )); do
# empty body
done
if [[ $key = u ]] || [[ $key = "~" ]]; then
# Ensure keys are sent normally, zle doesn't expect modifyOtherKeys / CSI...
2010 Feb 19
3
ssh feature - ignore colon in host name
sorry if this has been discussed and rejected before, I'm new to the
list, I did google but didn't find anything.
--
quite often I use ssh and scp within a few minutes, so I might do this...
scp myfile user at host.example.com:
ssh user at host.example.com
it would make life a lot easier if I could type
scp myfile user at host.example.com:
ssh !$
or sometimes I simply copy
2024 Jul 08
2
Can we reset CSI u mode on client disconnect? via
ssh already restores all TTY flags on exit:
https://github.com/openssh/openssh-portable/blob/V_9_8_P1/sshtty.c#L56-L78
It's possible there are some exit cases that are not hitting the
leave_raw_mode(), but if so then they aren't obvious.
On Sun, 7 Jul 2024, Johannes Altmanninger wrote:
> Some terminals support CSI u style encoding of keystrokes, typically via
> the Kitty keyboard
2015 Dec 07
2
Using typescript as a default shell?
On Monday, December 07, 2015 01:29:54 PM Frank Cox wrote:
> Benjamin Smith wrote:
> > Is it possible to use 'script' command that records what happens in a
> > session as the default shell? How could you deal with multiple logins at
> > once? What about output from rsync and the like?
>
> What problem are you attempting to solve? Have you looked at the bash
2008 Mar 05
0
Problem with 'homes' share
...Mar 5 12:43 test.xls
drwxr-xr-x 8 mikeg users 4096 May 18 2007 tools
-rw------- 1 mikeg users 2343 Mar 5 10:07 .viminfo
drwxr-xr-x 2 mikeg users 4096 Jan 22 2007 .vnc
-rw------- 1 mikeg users 70 Jan 22 2007 .Xauthority
-rwxr-xr-x 1 mikeg users 658 Jun 6 2006 .zshrc
Thanks,
MG
2006 Mar 20
0
check_ntlm_password: Authentication for user FAILED with error NT_STATUS_IO_TIMEOUT
...####################################Share
Definations########################################
[homes]
comment = Home Directories
valid users = %S
browseable = no
writable = yes
veto files =
/.bash_history/.bash_logout/.bash_profile/.bashrc/.canna/.emacs/.gtkrc/.kde/.viminfo/.xemacs/.zshrc/
hide dot files = yes
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
[projects]
comment = All Projects
path = /projects
browseable = no
guest ok = no
writeable = yes
printable = no
veto files = des...
2015 Aug 24
1
Fedora 9 -> Centos 7 upgrade Dovecot problem
.../mail/..
drwx------ 3 cpage cpage 18 Mar 31 2009 /home/cpage/mail/.imap
drwx------ 2 cpage cpage 4096 Aug 24
16:21 /home/cpage/mail/.imap/INBOX
drwxr-xr-x 4 cpage cpage 37 Nov 20 2008 /home/cpage/.mozilla
-rw-r--r-- 1 cpage cpage 658 Mar 31 2009 /home/cpage/.zshrc
-rw-rw---- 1 cpage mail 352512344 Aug 24 13:28 /var/spool/mail/cpage
ls: cannot access /home/tdegg/*: No such file or directory
ls: cannot access /home/tdegg/*: No such file or directory
ls: cannot access /home/tdegg/mail/*: No such file or directory
ls: cannot access /home/tdegg/mail/.*: No su...
2006 Apr 03
0
Samba Process Getting Hanged
...files = yes
#######################################Share
Definations########################################
[homes]
comment = Home Directories
valid users = %S
browseable = no
writable = yes
veto files =
/.bash_history/.bash_logout/.bash_profile/.bashrc/.canna/.emacs/.gtkrc/.kde/.vimin
fo/.xemacs/.zshrc/
hide dot files = yes
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
[projects]
comment = All Projects
path = /projects
browseable = no
guest ok = no
writeable = yes
printable = no
veto files = /lost+found/.Trash-root/*.sh/*.scr...
2008 Aug 04
18
puppetd daemon vs. cron
Hi,
I''m running multiple vservers and have some aspects managed via puppet. I
noticed that puppetd consumes from 20 to 60 mb RAM and the longer the process
runs, the more RAM it takes. It looks like 60MB is the top what I measured.
Having a couple of vservers (11 in my case) this can already take up to 500MB
just for puppet! I''m wondering if there''s any downside in